You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Medha Parthasarathy Iyengar <me...@rediffmail.com> on 2002/09/23 19:29:17 UTC

Tomcat Admin tool Setup

Hi,

I am learner java and tomcat. I have installed tomcat 4.1.10 and 
java jdk1.4.1.

I have changed the tomcat4.conf in /var/tomcat4/conf/tomcat4.conf 
to include the correct page of java.

On my brower, the system comes and stop here

http://localhost:8080/index.jsp

When i try to click on Tomcat Administration or Tomcat Manager, It 
is asking for userid and password.

As suggest and i have made changes in the tomcat-users.xml and the 
same look as under :

===========================================
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
   <role rolename="admin"/>
   <role rolename="tomcat4"/>
   <user username="tomcat4" password="tomcat4" 
roles="admin,tomcat4"/>
   <user username="tomcat" password="tomcat" roles="role1"/>
   <user username="tomcat" password="tomcat" roles="tomcat"/>
</tomcat-users>

  <!--

<tomcat-users>
   <role rolename="role1"/>
   <role rolename="tomcat"/>
   <user username="both" password="tomcat" 
roles="tomcat,role1"/>
   <user username="role1" password="tomcat" roles="role1"/>
   <user username="tomcat" password="tomcat" roles="tomcat"/>
</tomcat-users>

     -->

===========================================
STill the password has not got set ot the above in the 
tomcat-user.xml.

Assist me in getting the web administration and manager tool to 
work.

Regards


Medha





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>