Automatic start of Tomcat on server restart (Linux)
        Posted  
        
            by Nick
        on Server Fault
        
        See other posts from Server Fault
        
            or by Nick
        
        
        
        Published on 2010-05-27T14:42:53Z
        Indexed on 
            2010/05/27
            14:52 UTC
        
        
        Read the original article
        Hit count: 381
        
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?
© Server Fault or respective owner