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 [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
