Dear Friends ,

I have running three tomcat instances worker0,worker1 and worker2

the http connector to workero is listening on port 8080
but the manager is not opening as below and the tomcat-users.xml is
configured as this:

root@appserver01:/opt/worker0/conf# cat tomcat-users.xml
<?xml version="1.0" encoding="utf-8"?>
<tomcat-users>
   <role rolename="manager-gui"/>
   <user username="manager" password="password" roles="manager-gui"/>
</tomcat-users>

unfortunatly still not working and keep sending forbidden as below

Reply via email to