Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We automatically install oracle JAVA jdk 7u9, Apache tomcat7 and axis2 with a use of a bash script. Everything works, except the startup.sh command doesn't keep tomcat7 running.

So, the bash script is executed when the machine boots.

If I connect to the machine and simply run the line:

sh /usr/share/apache-tomcat-7.0.33/bin/startup.sh

tomcat7 starts and runs. Java is there, the downloads worked, configurations worked, even axis2 works.

The same line is the last line in our bash file, I can see it being executed successfully in the log file (/var/log/cloud-init.log), however, when I execute the DNS, tomcat is off.

How can I keep tomcat7 running? How should <> be executed in the end of the script, so that after the machine starts, tomcat7 is still running???

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.