Tomcat Admin Tools Page

2004-08-31 Thread Kashif Siddiqui
Hi all, I have sucessfully installed and running Tomcat server, it is working fine. But I want to know a thing: Here is a Admin page and I want to login to this page, plz tell me that what username and password I should use to login to this page. http://localhost:/admin/login.jsp Thanks in

RE: Tomcat Admin Tools Page

2004-08-31 Thread Nitschke Michael
- From: Kashif Siddiqui [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 10:55 AM To: [EMAIL PROTECTED] Subject: Tomcat Admin Tools Page Hi all, I have sucessfully installed and running Tomcat server, it is working fine. But I want to know a thing: Here is a Admin page and I want to login

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