Look at your $TOMCAT_HOME/conf/tomcat-users.xml, which should have

<tomcat-users>
  <user name="tomcat" password="tomcat" roles="tomcat" />
  <user name="role1"  password="tomcat" roles="role1"  />
  <user name="both"   password="tomcat" roles="tomcat,role1" />
  </tomcat-users>
 

then add your own admin :

<user name="admin"   password="your_admin_passwd" roles="tomcat,role1,admin" />
 

Lukman

Pavan Seth wrote:

What is userid and passwd for Admin Webapp?

Ted

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to