RE: Tomcat Admin Tools Page

2004-08-31 Thread Nitschke Michael
At the install routine you should be asked about an admin password. This should work together with name admin. If not, look in the tomcat/conf directory and there should be a file called tomcat_users.xml it contains all user/role/passwords for your installation mike -Original Message-

Re: Tomcat Admin Tools Page

2004-08-31 Thread pete
setup a user in conf/tomcat-users.xml, having a role as admin to connect to admin page. To connect to the manager page, you need a role as manager, or simply combine the roles for a user as manager,admin. Look at the file and create you own user / modify one in the above respect. Pete. Hi all,

Re: Tomcat Admin Tools Page

2004-08-31 Thread sergio ulloa
add these two lines in tomcat-users.xml file role rolename=admin/ user username=admin password=admin roles=admin/ - Original Message - From: Kashif Siddiqui [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:54 AM Subject: Tomcat Admin Tools Page Hi all,