I want my co-existing services for JAXRS and JAXWS (e.g. same war) - to be
on separate context paths:
http://server:port/appcontext/api (jaxrs)
http://server:port/appcontext/services (jaxws)

Looking at

http://cxf.apache.org/docs/springboot.html#SpringBoot-SpringBootCXFJAX-RSStarter
http://cxf.apache.org/docs/springboot.html#SpringBoot-SpringBootCXFJAX-WSStarter

this does not seem possible - as there is only one cxf servlet (and using
the same property cxf.path etc)

It seems the boot stuff is not really usable if you are to have JAXRS and
JAXWS services in the same app with distinct paths? Could they get distinct
properties / be able to tie a given set to a given servlet-instance?


-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Reply via email to