Just ran across something. Remove the role elements from the xml file.
So it would be this:

<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="pgibbons" password="tomcat" roles="admin,manager"/>


Doug


----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <tomcat-user@jakarta.apache.org>
Sent: Friday, April 08, 2005 7:05 AM
Subject: http://localhost:8081/manager/list



Hi there,
i am trying to use the web application manager for the first time, however i
donot seem to be get past the authenication. I have the following entries in
my tomcat-users.xml file:


 <role rolename="tomcat"/>
<role  rolename="manager"/>
<role rolename="admin"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="pgibbons" password="tomcat" roles="admin,manager"/>

i am trying to access _http://localhost:8081/manager/list_
(http://localhost:8081/manager/list) with a user name of pgibbons and a password of tomact.
My Tomact version is 5.5.7 and my sdk is 1.5.


Have i missed anything out here?




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to