I am using Apache as a reverse proxy forwarding traffic to Jetty on port
8181. I am under the impression that a slight performance benefit offered by
Apache would be offset by the bottleneck arising from double request
handling (resulting in a reduction of throughput in comparison to direct
requests to Jetty). Thus, I would like the option to remove Apache down the
road. In either case I would not want Jetty running as root. At this point
its just an experiment, so I will try out a production scenario with Jetty
server in the hopes that the issue with missing
org.mortbay.setuid.SetUIDServer is due to building with Maven and using the
plugin. Please let me know if you have a reason to believe otherwise. Thanks
to all.

Best,
Tamer

On Wed, Feb 17, 2010 at 5:16 PM, Timothy Perrett <timo...@getintheloop.eu>wrote:

> 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 <je...@ingolfs.dk>
> wrote:
> >> On Wed, Feb 17, 2010 at 3:40 PM, trizk <tsr...@gmail.com> 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 lift...@googlegroups.com.
> > To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> .
> > 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 lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> .
> 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 lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to