獲取碼頭比如我創建帶彈簧+碼頭+ CXF Web服務使用下列內容:和Spring Web服務
<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
<jaxws:endpoint id="helloWorld" implementor="com.test.EndpointImp" address="http://localhost:9002/test">
</jaxws:endpoint>
這一切都按預期工作和非常好。現在我需要「服務」一些servlet。無論如何,我可以到達爲此創建的碼頭服務器實例,以便我可以添加servlet?我不想在另一個端口上爲我需要使用的servlet創建另一個Jetty實例。
任何信息將不勝感激。
我認爲[我的文章](http://stackoverflow.com/a/8866816/267197)與您的問題有關。特別是關注[本文](http://cxf.apache.org/docs/servlet-transport.html),它顯示瞭如何擁有多個servlet。 – 2012-02-18 19:03:34
這是完美的。發佈答案,以便我可以將其標記爲正確! – Paul 2012-02-21 09:27:42