Hi,

I tried implementing and registering two simple servlets
(javax.servlet.http.HttpServlet) on "/app/first" and "/app/second". This,
normally, works just fine.

I think the problem is with the implementation of two
CXFNonSpringJaxrsServlet-s and their basic implementation that involves two
JAXRSServerFactoryBean().create() calls (one per servlet) in the overridden
createServerFromApplication method. These calls seam to restart the jetty
servers so that only the last registered servlet is active? Can I do it some
other way?


BR,
Drazen



--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-in-OSGi-Multiple-applications-tp5720093p5720190.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to