You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Hervé BARRAULT <he...@gmail.com> on 2012/03/20 10:46:28 UTC

cxf-transport-http-jetty / AJP

Hi,
I would use a load balancer in front of my CXF deployment.
As i am using cxf-transport-http-jetty, I know that this jetty module does
not support all the features of Jetty.
Does it support the Apache JServ Protocol ?

Regards
Hervé

Re: cxf-transport-http-jetty / AJP

Posted by Hervé BARRAULT <he...@gmail.com>.
Hi,
Thanks for the answer.
 I'm deploying my web service throught Camel-CXF (not directly CXF) under
ServiceMix.
Regards
Hervé

On Sat, Mar 24, 2012 at 3:42 PM, Glen Mazza <gm...@talend.com> wrote:

> If you're using a load balancer, I would think you'd want to leave
> embedded Jetty deployment and upgrade to WAR deployment on a standalone
> servlet container (http://www.jroller.com/**gmazza/entry/web_service_**
> tutorial <http://www.jroller.com/gmazza/entry/web_service_tutorial>).
>
> Glen
>
>
> On 03/20/2012 05:46 AM, Hervé BARRAULT wrote:
>
>> Hi,
>> I would use a load balancer in front of my CXF deployment.
>> As i am using cxf-transport-http-jetty, I know that this jetty module does
>> not support all the features of Jetty.
>> Does it support the Apache JServ Protocol ?
>>
>> Regards
>> Hervé
>>
>>
>
> --
> Glen Mazza
> Talend Community Coders
> coders.talend.com
> blog: www.jroller.com/gmazza
>
>

Re: cxf-transport-http-jetty / AJP

Posted by Glen Mazza <gm...@talend.com>.
If you're using a load balancer, I would think you'd want to leave 
embedded Jetty deployment and upgrade to WAR deployment on a standalone 
servlet container 
(http://www.jroller.com/gmazza/entry/web_service_tutorial).

Glen

On 03/20/2012 05:46 AM, Hervé BARRAULT wrote:
> Hi,
> I would use a load balancer in front of my CXF deployment.
> As i am using cxf-transport-http-jetty, I know that this jetty module does
> not support all the features of Jetty.
> Does it support the Apache JServ Protocol ?
>
> Regards
> Hervé
>


-- 
Glen Mazza
Talend Community Coders
coders.talend.com
blog: www.jroller.com/gmazza


Re: cxf-transport-http-jetty / AJP

Posted by Daniel Kulp <dk...@apache.org>.
On Tuesday, March 20, 2012 10:46:28 AM Hervé BARRAULT wrote:
> Hi,
> I would use a load balancer in front of my CXF deployment.
> As i am using cxf-transport-http-jetty, I know that this jetty module does
> not support all the features of Jetty.
> Does it support the Apache JServ Protocol ?

The spring config does allow setting the jetty Connector object to use so 
you COULD set the Jetty ajp connector if you want. 

However, the Jetty folks themselves discourage doing so.  See:

http://wiki.eclipse.org/Jetty/Howto/Configure_AJP13

the normal mod_proxy/http based load balancing actually  performs better.

Dan





> 
> Regards
> Hervé
-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com