There is a file in <TOMCAT_HOME>/conf named tomcat-users.xml, edit the file to 
look something like this:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="standard"/>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="admin" password="password" roles="standard,manager,admin"/>
</tomcat-users>

- Kevin

-----Original Message-----
From: Tony Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 12:45 PM
To: Tomcat Users List
Subject: default username/password for tomcat 


What is the default username/password for Tomcat
Manager? I can not log in to Tomcat Manager. I did not
set my own username/password when I instlled tomcat.
They must be the defualt.

Thanks,



                
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to