You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Aravindan Chockalingam <ar...@rediffmail.com> on 2003/05/05 15:53:26 UTC

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


Re: Help on Tomcat Admin page config

Posted by Juan Dellarroquelle <ra...@usa.net>.
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" <ar...@rediffmail.com>
To: <to...@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