So I have a java web app on tomcat installed on the server. How can I setup auto start for it so that it starts up automatically when the server is restarted?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Feb 1 '10 at 14:04
|
/etc/init.d/tomcat-wepappname
At least, register the service:
|
|||
|
|
|
Use
If you have installed the tomcat6 RPM. |
|||
|
|
|
Found this article here that did it for me. |
|||||
|
|