This blog contains the info about Java and J2ee and Ajax and Hibernate

Thursday, February 5, 2009

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
HTTP Status 403 - Access to the requested resource has been denied -------------------------------------------------------------------------------- type Status report message Access to the requested resource has been denied description Access to the specified resource (Access to the requested resource has been denied) has been forbidden

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