1

I have installed netbean IDE8.0 and tomcat (by customize option in netbean during installation) in Administration account of window7. when i am running project in netbean it is ok . But when i am running same project in same netbean, in window user account, it is asking for tomcat user id and password, while i have not setted any user id for tomcat. can any one help me, how to resolve this problem. Thanks to all in advance.

  • http://stackoverflow.com/questions/3829513/what-is-the-default-username-and-password-in-tomcat might help – stuartd Sep 10 '14 at 13:28

1 Answers1

1

Go to the tomcat-users.xml in the conf directory of your tomcat installation and edit the username and password accordingly. You can learn about UserDatabaseRealm in Tomcat 7 here

Note : Netbeans might have set a credetials for tomcat during installation

Keerthivasan
  • 12,760
  • 2
  • 32
  • 53