Hi,

I am trying to use the Camel CXF proxy patter an described at 
http://camel.apache.org/cxf-proxy-example.html
<http://camel.apache.org/cxf-proxy-example.html>  . I have the example
working locally however I am facing an issue when trying to deploy the
solution within my organisation to our managed infrastructure. 

The issue is that our firewall configuration is strict, and only the ports
used by the weblogic managed server are open for http traffic. Therefore, in
order to expose web services they must be accessible over the managed
servers address; including port number. In the context of the example, if is
the ${proxy.port} property within the CXF endpoint that is the issue.

I don't believe I can expose the CXF endpoint on the same port that the WLS
manged server listens to for http traffic as we use the Jetty http component
which requires a port that is not already in use.

Could you please advise what options (if any) are available in order to
expose the CXF endpoint on the existing WLS managed server port? I am
reasonably happy with the current solution, so any options that don't
require a total re-write would be appreciated.

Thanks.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Weblogic-Using-CXF-Proxy-Pattern-and-Jetty-Component-tp5719976.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to