Tomcat Users
Hi all,
I'm trying to get into the Tomcat Manager on OS X 10.6 and it's driving me bonkers.
http://myserver:8080/ Shows me the Tomcat main page. But when I click on the manager, the credentials I have set in the conf/tomcat-users.xml file don't work. The file seems to do nothing. Has Apple changed the way Tomcat works for their default install?
The contents of my users file is below. Any advice is appreciated.
<tomcat-users>
<!--
<role rolename="manager"/>
<role rolename="tomcat"/>
<role rolename="admin"/>
<role rolename="role1"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="admin" password="admin" roles="admin,manager"/>
-->
</tomcat-users>
I'm trying to get into the Tomcat Manager on OS X 10.6 and it's driving me bonkers.
http://myserver:8080/ Shows me the Tomcat main page. But when I click on the manager, the credentials I have set in the conf/tomcat-users.xml file don't work. The file seems to do nothing. Has Apple changed the way Tomcat works for their default install?
The contents of my users file is below. Any advice is appreciated.
<tomcat-users>
<!--
<role rolename="manager"/>
<role rolename="tomcat"/>
<role rolename="admin"/>
<role rolename="role1"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="admin" password="admin" roles="admin,manager"/>
-->
</tomcat-users>
Xserve, Mac OS X (10.6)