How can I add a service (like tomcat) to my startup routine so it starts up upon server restarts?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Check out |
|||
|
|
|
You could also add a line in /etc/rc.local that simply calls tomcat's startup command. It will be executed at boot. |
|||
|
|