Hi I am launching ServiceMix as a Web Application (Tomcat as the container) - it however kicks off an instance of Jetty. I want to use Tomcat as the container for ServiceMix and would like to not use Jetty.
I referred to a few posts to use Servlet Transport instead of HTTP transport by using CXFServlet as the destination of incoming requests. While this prompts the destination factory being replaced by the ServletTransport Factory, it still does not stop Jetty from getting spawned. Also, i am unable to access the web service endpoint (which is a CXF BC in my case). Basically, when my application (deployed as a Service Assembly) starts up, while starting up the cxf bc service unit in my application, it kicks off jetty. Again all posts i referred to with reference to this mentioned making changes to web.xml which i did. Can somebody list if i am missing anything here? GV -- View this message in context: http://www.nabble.com/Turning-off-jetty-tp21222876p21222876.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
