Hi, I have a web application that provides a web service running on a Tomcat. While executing a service request the application calls other web services asynchronously, providing a callback service on an embedded Jetty.
As far as I understand, I can't include both the cxf-servlet.xml (for the CXFServlet in Tomcat) and cxf-extension-http-jetty.xml (for the callback service in Jetty) in my Spring configuration. How is it possible to make it work anyway? Thanks in advance, Christian
