I've used Java Service Wrapper [1] quite successfully on Linux, Solaris, and Windows. It may seem complicated at first, since there are so many options for integration [2], but using option 1 is very easy...and an example on how to use it with JBoss is provided [3].
[1] http://wrapper.tanukisoftware.com/doc/english/download.jsp [2] http://wrapper.tanukisoftware.com/doc/english/integrate.html#method2 [3] http://wrapper.tanukisoftware.com/doc/english/integrate-simple-nix.html On Mon, Feb 10, 2014 at 5:05 AM, Rakesh <[email protected]> wrote: > Hi guys, > > decided to do something different and deploy my app with an embedded > Tomcat instance. > > The new Spring Boot project actively encourages this and it is very > nice from a purely dev perspective not having to configure a container > externally to test things. > > However, I deploy to Unix (AWS has their own variant) and am stumped > with getting the app to automatically start. > > Googling around has uncovered some very complicated solutions, > including an apache project to achieve this. > > Any advice? Does it have to be so hard? > > Thanks > > Rakesh > > -- > 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. > -- 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.
