How to enable default password for tomcat admin and manager Access:

Problem:
How to enable default password for tomcat admin and manager Access?
Solution:
By default tomcat does not enable to access manager and admin access. To enable access for admin and manager, we have to edit %CATALINA_HOME%/conf/tomcat-users.xml manually.


File: tomcat-users.xml [original code available in tomcat binary distribution]







File: tomcat-users.xml [after update]






 
  
  

For tomcat 7.X use the following code snippet
File: tomcat-users.xml [after update]






 
  
  

The above code snippet will help you to enable tomcat admin and manager access by using username and password as admin.
SHARE

    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment