How to remove tomcat

| May 16, 2011 | 0 Comments

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.

Tags: ,

Category: Linux Administration

Leave a Reply

You must be logged in to post a comment.