Skip to content
Advertisement

I’m not able to log in Tomcat Manager App

I have read a lot of topics in stackoverflow for solve my problem, but none was useful.

When I tried to log in Manager App ([http://localhost:8080/manager/html][1]) using a lot of different configurations, but I always obtained 401 Unauthorized after attempted to log in using the rights credentials. I restarted the tomcat server a couple of times.

This is my last configuration in conf/tomcat-users.xml

JavaScript

This is the part related to tomcat-users in server.xml

JavaScript

This is my configuration: Apache Tomcat: Version 7.0.40 64 bit Tested on Chrome 26

If there is something else useful that I forgot, let me know. Thanks in advance

Advertisement

Answer

From tailing [tomcat-root]/logs/catalina.out, I observed that you are using a locked username “admin”

JavaScript

You should try with a better(non guessable) username.

JavaScript

This should definitely work for you.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement