Or If you're fond of tomcat, try looking at http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html#Deploying a WAR file
Or do it the maven way, and then drop the war file in your favorite container: mvn package Rahul On Feb 10, 9:39 am, David Pollak <[email protected]> wrote: > Download:http://github.com/dpp/lift-samples/blob/master/jetty_instance.tgz > > tar -xzvf jetty_instance.tgz > > Put your WAR file in jetty_instance/webapps/root.war > > run start_prod.sh to start-up in production mode. Change base_port to > specify the port your app will run on. Change ram_size to specify the > maximum heap size. > > > > > > On Wed, Feb 10, 2010 at 8:56 AM, Mads Hartmann <[email protected]> wrote: > > Hello everyone > > > I can't quite figure out how to deploy my lift app and was hoping one > > of you could point me in the right direction. For fun i uploaded my > > entire project (uncompiled) to the server and ran mvn jetty:run - this > > worked fine but as soon as i killed my ssh connection the jetty server > > stopped. > > > I would be very grateful for a bullet-point explanation of the process > > - I understand you can create a .war file and deploy that but I can't > > seem to figure out how - maybe it's because I'm a bit slow today :) > > > Thanks, > > Mads Hartmann Jensen > > > -- > > You received this message because you are subscribed to the Google Groups > > "Lift" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<liftweb%[email protected] > > > > > . > > For more options, visit this group at > >http://groups.google.com/group/liftweb?hl=en. > > -- > Lift, the simply functional web frameworkhttp://liftweb.net > Beginning Scalahttp://www.apress.com/book/view/1430219890 > Follow me:http://twitter.com/dpp > Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
