RE: failing to log on to manager web application

2007-11-22 Thread Tshuma Lingani
thanks so much for your help guys i'v managed to get around the problem. i changed the tomcat server i'm using to 5.5.25 and discarded the bundled one.i hink it was the one giving me problems. thanks Links - To start a new

RE: failing to log on to manager web application

2007-11-21 Thread Caldarale, Charles R
From: Tshuma Lingani [mailto:[EMAIL PROTECTED] Subject: failing to log on to manager web application the same user with password is set in /usr/share/netbeans/5.5/enterprise3/apache- tomcat-5.5.17/conf/tomcat-users.xml after editing this tomcat-users.xml i restarted netbeans (and

RE: failing to log on to manager web application

2007-11-21 Thread Tshuma Lingani
i still can't access. here is my tomcat-users.xml !-- 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 username and password are arbitrary. -- tomcat-users user

RE: failing to log on to manager web application

2007-11-21 Thread Caldarale, Charles R
From: Tshuma Lingani [mailto:[EMAIL PROTECTED] Subject: RE: failing to log on to manager web application user name=tshumalpassword=3bmshtrroles=manager / You seem to be missing some spaces in the above. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

RE: failing to log on to manager web application

2007-11-21 Thread Propes, Barry L
/ user username=tomcat password=tomcat roles=tomcat/ user username=both password=tomcat roles=tomcat,role1/ /tomcat-users -Original Message- From: Tshuma Lingani [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 2:29 PM To: Tomcat Users List Subject: RE: failing to log on to manager

RE: failing to log on to manager web application

2007-11-21 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: failing to log on to manager web application mine looks like this -- role name params beforehand -- try it that way. role rolename=manager/ role rolename=role1/ role rolename=tomcat/ The role elements aren't actually

RE: failing to log on to manager web application

2007-11-21 Thread Propes, Barry L
] Sent: Wednesday, November 21, 2007 2:43 PM To: Tomcat Users List Subject: RE: failing to log on to manager web application From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: failing to log on to manager web application mine looks like this -- role name params beforehand -- try

RE: failing to log on to manager web application

2007-11-21 Thread Tshuma Lingani
what about the realm? i guess i'm supposed to be using memory realm instead of JNDIRealm in order to be able to use tomcat-users.xml,but i'v realised that my server.xml had been configured to use JNDIRealm. - To start a new

RE: failing to log on to manager web application

2007-11-21 Thread Caldarale, Charles R
From: Tshuma Lingani [mailto:[EMAIL PROTECTED] Subject: RE: failing to log on to manager web application i guess i'm supposed to be using memory realm instead of JNDIRealm in order to be able to use tomcat-users.xml,but i'v realised that my server.xml had been configured to use JNDIRealm