What is the default username and password in Tomcat?

前端 未结 18 988
无人共我
无人共我 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:12

    In Tomcat 7, 8, and 9 there is NO default user, so nobody can access a Manager app. You need to alter conf/tomcat-users.xml by adding new user with the role "manager-gui", like:

    
    
    

    Look up here: https://www.mkyong.com/tomcat/tomcat-default-administrator-password/

提交回复
热议问题