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???