Select HttpContext for default cxf servlet in OSGI

2016-04-12 Thread Arnaud Mergey
Hello, Running in OSGI, CXF automatically register the cxf servlet in available HttpService. Since equinox (and felix) implements osgi http whiteboard specification Servlets are isolated from others (session and context) unless they use same HttpContext Looking at the code, it seems not to

Replace "/cxf" base path with something else with blueprint in equinox

2015-10-23 Thread Arnaud Mergey
Hello, By default inside osgi, CXF servlet is registerd with /cxf alias. I would like to replace /cxf with /foo for example. My application is an osgi application configured using blueprint and running inside equinox (but I am using aries blueprint) Every info I found on internet explain how