Hi Freeman ! And thanks for your quick answer. I need to manage a servlet into the ESB and no saw no other choice to manage manually my own jetty server into a bean ! Can you give sample how to manage Jetty into a cxf-bc?
Here is an extract of the code am I using in a class instancied by my cxf-se : m_server = new Server(m_port); m_root = new Context(m_server, "/", Context.SESSIONS); m_fileServlet = new FileServlet(); m_root.addServlet(new ServletHolder(m_fileServlet), /file); Regards. -- View this message in context: http://servicemix.396122.n5.nabble.com/How-to-free-resources-in-a-bean-during-undeployment-tp3414218p3415090.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
