mine looks like this -- role name params beforehand -- try it that way.

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="manager"/>
  <role rolename="role1"/>
  <role rolename="tomcat"/>
  <user username="admin" password="" roles="manager"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
</tomcat-users>

-----Original Message-----
From: Tshuma Lingani [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 21, 2007 2:29 PM
To: Tomcat Users List
Subject: RE: failing to log on to manager web application


i still can't access.
here is my tomcat-users.xml

<!--
  NOTE:  By default, no user is included in the "manager" role required
  to operate the "/manager" web application.  If you wish to use this app,
  you must define such a user - the username and password are arbitrary.
-->
<tomcat-users>
  <user name="tomcat" password="tomcat" roles="tomcat,manager" />
  <user name="links"  password="1234" roles="manager"  />
  <user name="both"   password="tomcat" roles="tomcat,role1,manager" />
  <user name="tshumal"password="3bmshtr"roles="manager" />
</tomcat-users>

help 

thanks


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to