To start, stop and restart Tomcat on Linux Redhat is simple.
To stop Tomcat on Linux Red Hat, use the following command:
/etc/rc.d/init.d/tomcat5 stop
To start Tomcat on Linux Redhat, use the following command:
/etc/rc.d/init.d/tomcat5 start
To restart Tomcat on Linux, just combine the above two command:
/etc/rc.d/init.d/tomcat5 stop
/etc/rc.d/init.d/tomcat5 start
hope this helps!











































#1 by SGWellens on October 4, 2008 - 11:10 am
Hi, I was looking for the location, didn’t know it’s at /etc/rc.d/init.d/. works great!