What is the default username and password in Tomcat?

前端 未结 18 1012
无人共我
无人共我 2020-12-04 09:18

I installed Netbeans and tryed to access the server\'s manager using: (id/pass)manager/manager, admin/admin, system/password... None of them worked.

18条回答
  •  南笙
    南笙 (楼主)
    2020-12-04 10:03

    Open tomcat-users.xml which should be in C:\Tomcat 7.0\conf

    Add following lines in above file :

    
         
         
    
         
                 
     
    

    Note :

    1. admin-gui -> Username & Password - Do not Change.
    2. manager-gui -> you can change user name & password for this only. [Here password is not given]

提交回复
热议问题