tomcat help!
I did this once before, and now I cant for the life of me find out how the hell to do it again.
Tomcat has its default admin page at http://ip:8080/admin
There is a way to disable that or change it so that you can access the admin page from a different url like http://ip:8080/whatIwant
and then the webapps can use /admin themselves.
I cannot remember how. Help please!
Edit: nm I figured it out :P
mv [catalina base]/server/webapps/admin to something else
mv [catalina base]/conf/Catalina/localhost/admin.xml to something else
Tomcat has its default admin page at http://ip:8080/admin
There is a way to disable that or change it so that you can access the admin page from a different url like http://ip:8080/whatIwant
and then the webapps can use /admin themselves.
I cannot remember how. Help please!
Edit: nm I figured it out :P
mv [catalina base]/server/webapps/admin to something else
mv [catalina base]/conf/Catalina/localhost/admin.xml to something else
