Re: ssh plugin terminates and kills my daemon process

2015-01-21 Thread Eric Pyle
Perhaps you need to start the tomcat server with nohup? On 1/21/2015 1:46 PM, Eric Wood wrote: I'm using a ssh plugin to start a tomcat server. I call a command that ends up calling the tomcat startup shell script. Once the call to the startup script is made I call an additional script in

Re: ssh plugin terminates and kills my daemon process

2015-01-21 Thread Eric Wood
I'm running the command as follows: sudo nohup /apps/Config/usr/local/bin/ec2-init dev start /dev/null 21   After this command runs I call another that is calling the application and waiting to get a 200 http status code back.  After a few minutes of getting 503, I eventually get a 200 and the