Hi, I'm trying to make a full webapp stack on osgi. So, I have two wars archive deployed on a single jetty server (published via spring dm and a custom deployer). When I start the interface war alone (the war wich does not contain cxf) and go to http://localhost:8080/, I have the list of the available contexts. But when I start the ws war (cxfied), I don't have this list, and only one web context (the cxf one) is available.
How can I do to support multiple web contexts in a single jetty server instance with cxf? Best regards, you've made a very nice framework, -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-Jetty-OSGI-and-multiple-web-contexts-tp5101559p5101559.html Sent from the cxf-user mailing list archive at Nabble.com.
