Automatic start of Tomcat on server restart (Linux)
- by Nick
I have 4 Tomcat instances I wish to start when the server (Cent OS 2.6.9) restarts.
After all other services have started I would like to start these up - but I am a bit worried about the load of starting all 4 at the same time, so maybe a short delay would be necessary.
How should I go about this?