tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
Hello, I'm trying to run the tomcat manager, but it asks me for the username/password. I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf/tomcat-users.conf When I try to execute a manager command, it asks me for the user/password using BASIC

RE: tomcat manager problem (newbie)

2007-05-16 Thread Caldarale, Charles R
From: Arrowx7 [mailto:[EMAIL PROTECTED] Subject: tomcat manager problem (newbie) I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf/tomcat-users.conf That should be conf/tomcat-users.xml. I'm not sure why it doesn't recognize the user/pass

RE: tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
actually I was editing the users file for the wrong tomcat instance, thank you! Caldarale, Charles R wrote: From: Arrowx7 [mailto:[EMAIL PROTECTED] Subject: tomcat manager problem (newbie) I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf