I did add those two lines as well.  Is that all that is necessary to add new
roles?  Do I need to define those roles or their rights somewhere?

Phil

-----Original Message-----
From: Lutz Zetzsche [mailto:[EMAIL PROTECTED]
Sent: Friday, May 06, 2005 4:50 PM
To: Tomcat Users List
Subject: Re: manager/admin login problem

Hi Phil,

Am Freitag, 6. Mai 2005 21:51 schrieb Phil Manheim:
> I recently installed Crystal Reports XI on one of my servers.  This
> included an installation of Tomcat.  I am trying to log in to both
> the administration and manager consoles, but cannot get it to work.
> I have added the following record to the tomcat-users.xml file:
>
> <user username="foo" password="bar" roles="admin,manager"/>
>
> It will not allow me to log in with the new username and password.

You don't mention that you have also defined the roles in the
tomcat-users.xml:

  <role rolename="manager"/>
  <role rolename="admin"/>

Have you missed to mention that, or have you missed to add them to the
file?


Best wishes

Lutz

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


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005



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

Reply via email to