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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to