Ajay Tomar wrote:
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>

See these little squibbles :

<!--     <--- **here**
 <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"/>
--> <--- and **there**

?

That's XML for "begin comment" and "end comment" respectively.

Don't feel bad, it happens about twice a week.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to