Hi,
I have installed apache tomcat 7.0.4  on a centos linux box,  I have
modified the tomcat-users.xml file as shown below and restarted it, my
tomcat  still can't get an access to the manager,  I deleted the other users
and just put mine in the xml file but this didn't really helped. I'm new to
this system can anybody send me a feedback?
Thank you inadvance

<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolenmae="manager-gui"/>
<user username="tomcat" password="tomcat" role="tomcat"/>
<user username="both"  password="tomcat" role=tomcat,role1"/>
<user username="role1" password="tomcat"  role="role1"/>
<user username="lnsaleem" password="lnsaleem" role="manager-gui"/>
</tomcat-users>

Lava

Reply via email to