Hi, I'm developing a testing framework for RESTful Web Services where I generate ws:es from XML-definitions and deploy them. The problem is that I want them deployed on the same base url (i.e. same host, same port and same base path) - but not at the same time.
Example: First I start up a JAXRSServerFactoryBean/Server at http://localhost:8080/ws and deploy a service bean at http://localhost:8080/ws/user - and depending on some factors, later I deploy other service beans at e.g. http://localhost:8080/ws/group (and so on). Is this at all possible? If so how? Can you add more beans to JAXRSServerFactoryBean/Server when it has already been started? Without having to shut everything down and start it all up again? Is there another way to do this? Thanks in advance, Christoffer -- View this message in context: http://www.nabble.com/Deploying-multiple-services-on-same-base-url-tp23849126p23849126.html Sent from the cxf-user mailing list archive at Nabble.com.
