Am I crazy? I can’t find any good documentation on installing/deploying the Tomcat admin webapp. I would greatly appreciate some pointers/tips. At least a url to some good documentation. Please. Please. Please.
I’m running Tomcat 5.5.9. on a Win XP box.
Muchos gracias!
don’t you just download and deploy like you would any other web ap?
i wish. if it were that easy i wouldn’t have to make this post. 😉
let me know if you find it to be that easy. then i’d know i’m doing something wrong.
erik
Normally what you would do is unzip Tomcat then unzip the admin tools right over the top. However if you use the windows exe it gets installed in the directory of your choice so it muddies the waters a bit.
Basically download the admin zip from apache and unzip to a temp directory. It’ll be something like:
{temp}/apache-tomcat-5.5.15/…
Then copy:
{temp}/apache-tomcat-5.5.15/conf/Catalina/localhost/admin.xml
to
{catalina_home}/conf/Catalina/localhost/admin.xml
Then take the whole directory tree:
{temp}/apache-tomcat-5.5.15/server/*.*
and drag it to (sub directories and all):
{catalina_home/server/*.*
Fire up Tomcat and you should be all set. You may need to adjust tomcat-user.xml rights. Namely make sure the user admin has “tomcat,manager,admin” rights.
Should be good to go then.
David’s got it exactly right.
It may be that you forgot to exit the tomcat-user.xml file?
Take care,
-Frank
Hey Guys,
Awesome advice! I’m crazy busy working at a different client site/project. I’ll try these tips tonight and report back.
Thanks…
Erik