You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlo Salinari <cs...@tiscali.it> on 2005/05/30 18:39:09 UTC

can't get to administration web app

Hello,

I installed tomcat and the admin bundle under linux, but I keep getting
the message:

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

every time I try to connect to http://localhost:8080/admin.

Here is the procedure I followed:

- I untarred both
    jakarta-tomcat-5.5.9.tar.gz
and
    jakarta-tomcat-5.5.9-admin.tar.gz
from the same basedir.

- I updated $CATALINA_HOME/conf/tomcat-users.xml as follows:

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

- then started tomcat with $CATALINA_HOME/bin/startup.sh


Please help, I'm really stuck.

thanks,
    Carlo

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