Re: Unable to open Tomcat Manager?

2005-10-21 Thread andy gordon
Confine to a certain directory: yes since that is a context. i noticed the connection url you are using is different than mine. Mine is from the 5.5. doc and includes the password and user name in it.I am presuming the database with your users and users_roles tables is named ERP. I am also

Unable to open Tomcat Manager?

2005-10-20 Thread 梁炳場
My tomcat-users.xml ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1/ role rolename=manager/ role rolename=admin/ user username=tomcat password=tomcat roles=tomcat/ user username=role1 password=tomcat roles=role1/ user username=both

Re: Unable to open Tomcat Manager?

2005-10-20 Thread andy gordon
hi, If you are intending on using MySQL and a JDBC Realm for access control, then the Tomcat-users.xml file is not used. I am wondering if in your role table you have two rows for user name admin? if not then this could be your problem as there has to be one row for each role a specific user

RE: Unable to open Tomcat Manager?

2005-10-20 Thread Caldarale, Charles R
From: Giorgio Clavelli [mailto:[EMAIL PROTECTED] Subject: Re: Unable to open Tomcat Manager? I solved it by deleting the all Server files and re-unzip them back in the same location (possibly not required this deletion but who knows?). I seriously doubt that had anything to do

Re: Unable to open Tomcat Manager?

2005-10-20 Thread 梁炳場
]: From: Giorgio Clavelli [mailto:[EMAIL PROTECTED] Subject: Re: Unable to open Tomcat Manager? I solved it by deleting the all Server files and re-unzip them back in the same location (possibly not required this deletion but who knows?). I seriously doubt that had anything to do

<    1   2   3   4   5   6