Hi

I have installed tom cat 7.0.21
I have changed the tomcat-users.xml file as below


<tomcat-users>
<role rolename="Standard"/>
<role rolename="admin"/>
<role rolename="manager-script"/>
<role rolename="tomcat"/>
<role rolename="role1"/>
<user name="mgr" password="tomcat" roles="standard,manager-script"/>
<user name="tomcat" password="tomcat" roles="tomcat"/>
<user name="role1" password="tomcat" roles="role1"/>
<user name="both" password="tomcat" roles="tomcat,role1"/>
</tomcat-users>

Still I am not able to access the manager app.
Thanks for your time
-- 
regards
KRS

Reply via email to