Hi,
In order to access those webapps, you must have a user
belonging to the following roles: manager, admin.
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="admin" password="admin" roles="admin,manager"/>
</tomcat-users>
----- Original Message -----
From: "Aravindan Chockalingam" <aravindjava@rediffmail.com>
To: <tomcat-user@jakarta.apache.org>
Sent: Monday, May 05, 2003 10:53 AM
Subject: Help on Tomcat Admin page config
> Hi all,
>
> I have installed tomcat 5.0 in my machine. i could not access my
> admin & manager pages. it would be greatful if anyone could send
> me the sample admin.xml & manager.xml files also guide me if
> anything else need to be done in this regard
>
> Regs
> Aravind
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|