manager/admin login problem

2005-05-06 Thread Phil Manheim
Hi, 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

Re: manager/admin login problem

2005-05-06 Thread Parsons Technical Services
for the comments. Doug - Original Message - From: Phil Manheim [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, May 06, 2005 3:51 PM Subject: manager/admin login problem Hi, I recently installed Crystal Reports XI on one of my servers. This included an installation of Tomcat. I am

RE: manager/admin login problem

2005-05-06 Thread Phil Manheim
Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 4:17 PM To: Tomcat Users List Subject: Re: manager/admin login problem Look in the server.xml That is where you will find where the username and password is being looked up at. If the comments

Re: manager/admin login problem

2005-05-06 Thread Lutz Zetzsche
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

RE: manager/admin login problem

2005-05-06 Thread Phil Manheim
: 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

Re: manager/admin login problem

2005-05-06 Thread Lutz Zetzsche
Hi Phil Am Freitag, 6. Mai 2005 22:54 schrieb Phil Manheim: 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? No, if you have defined in the server.xml that the tomcat-users.xml will be used for

RE: manager/admin login problem

2005-05-06 Thread Phil Manheim
That was the problem. Thanks a lot. I guess I missed that step somehow. Thanks. Phil -Original Message- From: Lutz Zetzsche [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 4:59 PM To: Tomcat Users List Subject: Re: manager/admin login problem Hi Phil Am Freitag, 6. Mai 2005 22

Re: manager/admin login problem

2005-05-06 Thread howarddy3
I think you want to look for the CAtalina Realms that are commented out in the web.xml or server.xml files.This is where you set up security constraints. I amd still trying to figure out how to extend the catalina login methods with a new method to set a DB flag I'll take suggestions.