Can I upgrade Jetty from the version (seems to be 7.5.4) which comes bundled
in ServiceMix? 

My problem: I am providing SOAP Web service interfaces. My ServiceMix server
is behind firewall and it is accessed through Apache proxy.

client ----> https://someproxy.public.com/myservice --->
http://servicemix.internal/myservice

Apache is configured to set ProxyPreserveHost On. By doing this I get almost
working result so that my wsdl 

https://someproxy.public.com/myservice?wsdl

contains correct links like 

<soap:address location="http://someproxy.public.com/myservice"/>

(instead of http://servicemix.internal/myservice) - except that the protocol
is wrong (http vs https). The problem is that Jetty 7.5.4 does not seem to
support X-Forwarded-Proto header.

As per Jetty documentation
http://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy X-Forwarded-Proto
works from Jetty 9+ ("Proxying SSL on Apache to HTTP on Jetty").

So - is it possible to update to newer Jetty?




--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Upgrading-Jetty-tp5718714.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to