Start Stop Restart Tomcat5 5.5 on Linux Redhat


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!

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Technorati
  • Twitter
  • Yahoo! Bookmarks

,

  1. #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!

(will not be published)