Dear all,
Tomcat 6.0.20 on Ubuntu 9.10. I can't login to the manager pages
(http://localhost:8080/manager/html). I set a new user and a few roles
in the /etc/tomcat6/tomcat-users.xml file, restarted Tomcat but can't
possibly login.
I browsed through a number of threads with similar issues but couldn't
solve it so far. Note that I uncommented the users section in the
file, it is reproduced below.
Thanks for you time,
Luís
--
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="admin"/>
<role rolename="manager"/>
<role rolename="standard"/>
<user username="admin" password="admin" roles="admin,standard,manager"/>
</tomcat-users>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|