sure... here it is...

.:| Christian Dechery
.:| Web/Java Developer
.:| Gaita-L Owner
.:| [EMAIL PROTECTED]

----- Original Message -----
Sent: Friday, March 14, 2003 12:30 PM
Subject: RE: user auth not working

can you send us the xml file please ???

-----Original Message-----
From: Christian Dechery [mailto:[EMAIL PROTECTED]
Sent: 14 March 2003 15:27
To: Tomcat Users List
Subject: user auth not working


I just downloaded and installed Tomcat 4.1.8 in WinXP.

At a certain point in the install process, it asked me for an admin
password, I chose my most basic pwd... then after the install was over, I
tried to go to the admin page... that window with username and pass showed
up, I entered both username and pwd correctly and it doesn't work..

I went to \conf and looked into tomcat-users.xml, everything is fine... the
auth simply doesn't seem to work, maybe it's a problem with XP... I don't
know..

anyone has a clue on this one??

thanks

.:| Christian Dechery
.:| Web/Java Developer
.:| Gaita-L Owner
.:| [EMAIL PROTECTED]

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


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

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

Reply via email to