[Lift] Re: Lift, Jetty and OneJar

2008-09-16 Thread Derek Chen-Becker
Do you mean a JAR that you can just run, a la java -jar mywebapp.jar ? On Mon, Sep 15, 2008 at 5:25 PM, David Pollak [EMAIL PROTECTED] wrote: Folks, Has anyone built a Lift app that's deployable as a JAR file with Jetty as the container? Thanks, David

[Lift] Re: Lift, Jetty and OneJar

2008-09-16 Thread David Bernard
There is a maven plugin that allow to do it with winstone instead of jetty: http://alchim.sourceforge.net/winstone-maven-plugin/usage.html /davidB On Tue, Sep 16, 2008 at 2:08 PM, Derek Chen-Becker [EMAIL PROTECTED] wrote: Do you mean a JAR that you can just run, a la java -jar mywebapp.jar

[Lift] Re: Lift, Jetty and OneJar

2008-09-16 Thread David Pollak
David Bernard wrote: There is a maven plugin that allow to do it with winstone instead of jetty: http://alchim.sourceforge.net/winstone-maven-plugin/usage.html I found this. I need Jetty for continuations... thus Winstone is not my first choice. Thanks, David /davidB On Tue, Sep