« Return to Thread: Jetty6 proxy handler

Re: Jetty6 proxy handler

by Greg Wilkins :: Rate this Message:

Reply to Author | View in Thread

Silvio Bierman wrote:
> Hello all,
>
> I read some messages about the upcoming Jetty proxyhandler.

yes it is still upcoming... struggling to find time, but it is near top
of the priority heap.

> Is this a handler that will enable me to write a reverse proxy? I am using
> Pound as a HTTP load-balancer at this point but I need something where I
> have more detailed control over which backend receives what.

yes

> In particular I need a reverse proxy that selects a beackend based on:
>
> -the HTTP URL (URI?)

sure

> -the HTTP Host header

yep

> -the presence/absence of a HTTP session cookie

no problem

> The latter is the most tricky: I need sessions to stick to the backend and I
> need to be able to "soft-turn-off" a backend so it will continue serving
> existing sessions but will not be selected for new sessions. This is
> something Pound can not do.

have you looked at mod_proxy_balancer?

even still, that will not handle async requests like jetty will do.

> Is this anywhere near what the upcoming ProxyHandler is targeted at? If not
> I may need to start for a Pound replacement but I would prefer to have
> complete control over the proxy logic.

Doing smart proxying is exactly what it is targetted at.

I just wish I could find time to finish it!

> Thanks in advance,
>
> Regards,
>
> Silvio Bierman
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


--
Greg Wilkins<gregw@...>  US: +1  3104915462   IT: +39 3349267680
http://www.webtide.com           UK: +44(0)2079932589 AU: +61(0)417786631


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jetty-discuss mailing list
jetty-discuss@...
https://lists.sourceforge.net/lists/listinfo/jetty-discuss

 « Return to Thread: Jetty6 proxy handler