Hi Christian,
I've managed to deploy & run DOSGI CXF WS app in Eclipse Virgo, but no
matter what I do I just can't have it published in intended port & context.
It keeps getting published under
http://localhost:9000/<package>/<interface>.
I've set the following properties in the bundle Activator but the context
seems to be ignored:
/Dictionary<String, String> properties = new Hashtable<String, String>();
properties.put("service.exported.interfaces", "*");
properties.put("service.exported.configs", "org.apache.cxf.ws");
properties.put("org.apache.cxf.ws.httpservice.context", "/cxfservice");
/
I want to publish it using the same port as Eclipse Virgo's so that I can
access it with the following URL:
/http://localhost:8080/cxfservice/
Any example using multi-bundles would be appreciated.
Thanks & Regards,
Setya
--
View this message in context:
http://cxf.547215.n5.nabble.com/Deploy-CXF-DOSGI-WS-based-apps-to-Eclipse-Virgo-tp5763771p5764360.html
Sent from the cxf-user mailing list archive at Nabble.com.