Problem Logging into Tomcat Manager

Tuesday, March 15, 2011


To those who had the problem while logging into tomcat manager, your tomcat-users.xml located at apache-tomcat-6.0.32\conf should include one more role, 'admin'..e.g.
roles="manager,admin"/>
Add this line to tomcat-users.xml: tomcat-users.xml
<user name="raju" password="raju" roles="admin,manager" />
Tags:Problem Logging into Tomcat, Tomcat Manager access denaid, Can't logging into Tomcat webserver, Unable to logging into tomcat manager