Hello,

Since the running.txt does not contain any kickstart information for the
manager and admin web applications, here's something that we could use as a
placeholder until something better is developed.

I was thinking of placing this paragraph before the (5) Troubleshooting section
in the file running.txt

*****
The Manager and the Admin web applications.
-------------------------------------------
These web applications can be used to maintain the Tomcat. They are priveleged
web applications.
If you are using the Memory Realm (which is the default), then the access can
be configured from the
$CATALINA_HOME$/conf/tomcat-users.xml.

This file contains a few predefined roles and users for such roles.
To access the manager application with the username "mgr" and the password
"pwd" , add the following line to tomcat-users.xml
  <user username="mgr" password="pwd" roles="manager"/>
 The manager web application is documented in the Manger-Howto, a part of the
Tomcat documentation.

To access the admin application with the username "adm" and the password "pwd",
add the following line to tomcat-users.xml
  <user username="adm" password="pwd" roles="admin"/>   
The admin web application does not have a dedicated documentation page.
Contributions are welcome.
*****

Sriram

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to