How to remove tomcat
First stop tomcat service
/usr/sbin/stoptomcat
Next, you would use the following commands:
rm -f /usr/sbin/starttomcat
rm -f /usr/sbin/startomcat
rm -f /usr/sbin/stoptomcat
Remove all mod_jk lines from httpd.conf, including addmodule, loadmodule, and include line.
Category: Linux Administration

