I would recommend using Nginx or similar up front and using a reverse proxy setup - it is the most optiomal solution as Nginx can handle a vast number more connections than Jetty so it makes scaling your app easier on a single machine.
Cheers, Tim On 17 Feb 2010, at 15:11, Jeppe Nejsum Madsen wrote: > On Wed, Feb 17, 2010 at 4:07 PM, Jeppe Nejsum Madsen <[email protected]> wrote: >> On Wed, Feb 17, 2010 at 3:40 PM, trizk <[email protected]> wrote: > > Ok, just reread your post and saw you want to run Jetty on port 80. > I've not tried this,I usually run a frontend (such as nginx) in front. > Not sure how the different distros support this ootb. > > The point about Maven still applies though :-) > > /Jeppe > > -- > 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. > > -- 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.
