Linux Commands To Uninstall Apache Tomcat Server In Ubuntu
if use apt-get install tomcat, this is usually used for a server, can uninstall it with below command, if want it work with eclipse, had better install tomcat manually.
the uninstalling tomcat is very easy, all you have to do is send this command:
SHELL COMMAND:
apt-get remove tomcat6
thats it
if for some reason you get an error saying the package is not found, it maybe that you have a different version of tomcat, maybe its tomcat5 or tomcat7
Which way should I install Apache Tomcat 7 on my Ubuntu:
Using sudo apt-get install tomcat7
From the zip file downloaded from Apache website.
I don't want the server to start on each boot. As most of the time I will be using it in my Eclipse to run simple Web applications. So, do I need to install it any other way to avoid tomcat start automatically?