-
Notifications
You must be signed in to change notification settings - Fork 3
Home
sas101 edited this page Oct 9, 2011
·
3 revisions
The Packages can be found here: https://launchpad.net/~shimberger/+archive/java
You can easily integrate a tomcat-server-manager powered Java webapp into your Ubuntu startup process (thanks to Upstart), by placing a mywebapp.conf file into the /etc/init/ directory and filling it with Upstart Stanzas.
An example for the Jenkins CI webapp can be found in this gist (assuming your instance name is 'jenkins' in this case, and that you want to start it automatically on system startup).
The beauty of this approach using Upstart is: you can control your webapp via sudo service jenkins start or sudo service jenkins status.