Hi All: 

 

I installed Tomcat Admin to C:/tomcatadmin Folder.

 

How do I tell my Tomcat located in C:tomcat5.5 to recognize this version and
allow me to access it using 

 

Localhost:8080/admin.

 

Currently I am getting 

 

Tomcat's administration web application is no longer installed by default.
Download and install the "admin" package to use it.

 

 

My tomcat-users looks like the following:

<?xml version='1.0' encoding='utf-8'?>

<tomcat-users>

  <role rolename="tomcat"/>

  <role rolename="role1"/>

  <role rolename="manager"/>

  <role rolename="admin"/>

  <user username="tomcat" password="tomcat" roles="tomcat"/>

  <user username="role1" password="tomcat" roles="role1"/>

  <user username="both" password="tomcat" roles="tomcat,role1"/>

  <user username="admin" password="admin" roles="admin,manager"/>

</tomcat-users>

_____________________________________________________________________
CHETAN PANDEY  Executive - Technology Services
BLUE, 1 Maritime Square, #13-02 Harbourfront Centre, Singapore 099253 
DID +65-6212-0863 main line +65-6333-3336 fax +65 6336-6334
email  <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] website
<http://www.bluesingapore.com/> www.BLUEsingapore.com
_____________________________________________________________________
BEIJING      SHANGHAI       LONDON     TOKYO      PALO ALTO      SINGAPORE

CONFIDENTIALITY STATEMENT: This email and its attachment(s) contain
Privileged/Confidential information. If you are not the intended recipient,
the distribution, use or replication of the information in this email is
strictly prohibited. If you have received this email in error, please notify
the sender immediately by return email, then delete this email and any
attached documents. Any opinions, conclusions or views expressed in this
email are those of the individual sender, except where he/she -- expressly
and with authority  -- states them to be the views of BLUE.

 

Reply via email to