RE: administration webapp

2004-10-14 Thread Shapira, Yoav
Hi, This is the code from tomcat_users.xml : ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1/ user username=tomcat password=tomcat roles=tomcat/ user username=role1 password=tomcat roles=role1/ user username=both password=tomcat

RE: administration webapp

2004-10-14 Thread Michael Simpson
List Subject: RE: administration webapp Hi, This is the code from tomcat_users.xml : ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1/ user username=tomcat password=tomcat roles=tomcat/ user username=role1 password=tomcat roles=role1/ user

RE: administration webapp

2004-10-14 Thread Shapira, Yoav
Hi, I actually tried that bit of code before - tried again just now and still does not work. Error generated is Invalid username or password. For me, it's pretty trivial. Download Tomcat .zip, expand. Edit conf/tomcat-users.xml with Notepad, add roles for manager/admin, and a user with those

Re: administration webapp

2004-10-14 Thread Andoni
, October 14, 2004 2:26 PM Subject: RE: administration webapp Hi Yoav. I actually tried that bit of code before - tried again just now and still does not work. Error generated is Invalid username or password. Anything else I can check? -Original Message- From: Shapira, Yoav [mailto

RE: administration webapp

2004-10-14 Thread Michael Simpson
-user.xml, etc.? b) which file can I look in to check $CATALINA_HOME? Thanks. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 14:43 To: Tomcat Users List Subject: Re: administration webapp Hi, Make the following the entire contents of your tomcat-users.xml

RE: administration webapp

2004-10-14 Thread Montz, James C. (James Tower)
In server.xml, I'm not exactly sure what MD2 is. I know what MD5 is, and it's clear that your passwords in tomcat-users.xml are clear text. Try removing digest= from Realm and restart. -Original Message- From: Michael Simpson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004

RE: administration webapp

2004-10-14 Thread Shapira, Yoav
Hi, I've commented out the Realm code in server.xml, so effectively there no encyption on any passwords, just the password authentification from tomcat-users.xml. What I said is not to comment out the Realm or modify it at all. The Realm and encryption are not one and the same. You must have

RE: administration webapp

2004-10-14 Thread Michael Simpson
the environment variable? Thanks. -Original Message- From: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 15:35 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: administration webapp In server.xml, I'm not exactly sure what MD2 is. I know what MD5

Re: Administration Webapp

2002-06-02 Thread Adrian
You need to look at tomcat-users.xml under /tomcat/conf You have to assign the role to a user . Example below: !-- 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