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 the same ssh execution that goes out and runs a curl command to see when the server is responding with a 200 status code. Once that happens, I terminate the ssh connection. At this point it seems to kill the tomcat server. I can tail the catalina.out file and see when the server starts and then shuts down. What is the proper process for keeping this process alive?
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/44378829.2770454.1421866017276.JavaMail.yahoo%40jws10036.mail.ne1.yahoo.com. For more options, visit https://groups.google.com/d/optout.
