Hi Jason, it depends the binding URL that you use for the CXF endpoint.
By default, Karaf HTTP service (provided by Pax Web) uses 8181 as port number.
So, if you bind on this port, CXF will use Pax Web (and so etc/jetty.xml and etc/org.ops4j.pax.web.cfg files). If you bind on another port, CXF will create a new Jetty instance and a dedicated Jetty connector. If that case, the configuration is on the CXF side.
I hope it helps. Regards JB On 08/05/2013 11:03 PM, Jason wrote:
Hi all, I have a weird situation where Karaf (2.3.2), running CXF (2.7.3), has visible web services from one ip address & not another (private vs public). The Jetty host is not configured to bind to any interface, so it should bind to all interfaces. My question is....What bundle(s) would I need to restart to get Jetty to rebind to all interfaces. It's not as simple as restarting Jetty or PAX Web as I have tried that to no avail. Suggestions? Thanks, Jason
-- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
