I have 2 bundles (their type are jar and war). Both of them are web services
and working fine. 
In SMX/etc/org.apache.cxf.osgi.cfg,i have
org.apache.cxf.servlet.context=/MyApp/cxf.
In bundle2's web.xml, i also set the context-path to cxf.

So: the URL for end point for bundle1 will be:
http://localhost:8181/MyApp/cxf/abcWs/Port
the URL for end point for bundle2 will be:
http://localhost:8181/{bundle2-symbolicname}/cxf/xyzWs/Port

Now, my question is i want them have the same context, for example:
/App/cxf. 
Endpoint URL of both bundles should have format:
http://localhost:8181/App/cxf/aaaWs/Port
what should i do? (assume that i can not make bundle 2 becomes jar bundle,
but i am able to modify the code)






--
View this message in context: 
http://servicemix.396122.n5.nabble.com/web-context-for-both-jar-and-war-tp5714684.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to