HI
I installed
Tomcat 5.0.29. when installation it asked for password for admin role and i provided.
Everything is success. Tomcat Has been started.
when i typed
http://localhost:8080/ it shown the page . In that page when i clicked the TomcatManager it is giving error like below
it is not even asked me username and password to access the TomcatManager.
I also checked the tomcat-users.xml. The tomcat-users.xml file looks as below..
In above xml file i have a role called manager and also i have a user with assigned role(manager).
so what's wrong in my configuration. Is any other thing to do , to access TomcatManager. I'm able to access Admin console. Only problem with the TomcatManager console