On Mon, 10 Feb 2014 11:54:04 +0100, Kevin Wright <[email protected]> wrote:

Most people I know using EC2 seem to favour Ubuntu, in which case I'd
normally suggest a simple upstart script:
http://upstart.ubuntu.com/cookbook/#run-a-java-application

Failing that, I'd have to second Steven's suggestion. Service Wrapper has
worked well for me in the past.
If nothing else, it makes classpath handling easy, and integrates quite
nicely with config files managed puppet or equivalent.

Probably I didn't understand the question... I've got both jetty and tomcat based deployments in Ubuntu and I just used the packages provided by the distribution: they come with startup scripts, so everything starts automatically at boot and I can control the thing with the usual

        service jetty8 restart

etc... I didn't have to touch any script, only a configuration file for tuning memory options, etc...



--
Fabrizio Giudici - Java Architect @ Tidalwave s.a.s.
"We make Java work. Everywhere."
http://tidalwave.it/fabrizio/blog - [email protected]

--
You received this message because you are subscribed to the Google Groups "Java 
Posse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/javaposse.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to