|
Configuring admin interface for tomcat
Configuring admin interface for tomcat
Download the pkg from internet apache-tomcat-5.5.20-admin.tar.gz
copy the admin folder from the folder downloaded ie-- apache-tomcat-5.5.20/server/webapps to /usr/local/apache/tomcat/server/webapps
or in the path where you have installed tomcat.
then copy the admin.xml file from apache-tomcat-5.5.20/conf/Catalina/localhost to /usr/local/apache/tomcat/conf/Catalina/localhost
change the passwd in tomcat-users.xml which is in /usr/local/apache/tomcat/server
and then restart the tomcat
/usr/local/apache/tomcat/bin/shutdown.sh
and startup.sh
ENjoy
|