• support[@]kurinchilion.com
  • +1 (888) 666-4252

Tags

Netbeans: Authentication required dialog box requesting user name and password

Feb 15, 2011 - by kurinchilamp / Java / Post Comment
If a user role and his credentials are not set or is incorrect for Tomcat startup via NetBeans IDE you will get this dialog box opened i) First check the Netbeans configuration settings Open Tools > Server ii) Base path for Catalina will be set in the General tab andn it will be of the form \CATALINA_BASE\conf\tomcat-users.xml. Check if a user and his role is defined as stated in the below syntax. If not add these lines <role rolename="manager"/> <user username="tomcat" password="secured" roles="manager"/> iii) In Tools > Server > General tab enter the username and password stated in the tomcat-users.xml file and this will stop the Netbeans IDE from asking you the name and password
Continue Reading

Netbeans: HTTP Status 404 – There is no Action mapped for namespace / and action name

Feb 13, 2011 - by kurinchilamp / Java / Post Comment
i) Check where struts.xml is defined - Path where the file exists. In netbeans, easy way to do this to add the struts.xml file to package folder. ii) Check if the correct namespace is added in the struts.xml iii) Check if the package name is given correctly for the class in execution.
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.