Hi, I installed tomcat 6 on RHEL 5.4 and would like to get access to manager app. But I am not able to get it work even after modifying tomcat-users.xml.. Here is the output --- <tomcat-users> <!-- <role rolename="tomcat"/> <role rolename="manager"/> <role rolename="role1"/> <user username="tomcat" password="tomcat" roles="tomcat,manager"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/> <user username="tomadmin" password="tomadmin" roles="standard,manager"/> --> </tomcat-users>
I stopped and started tomcat... Any ideas what may be missing here.. I can access localhost:8080 and see tomcat is running.. I am able to run sample servlets and jsp.... Thanks in advance.. aj --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org