You can find the CXF servlet setting here[1]
[1]http://cxf.apache.org/docs/writing-a-service-with-spring.html#WritingaservicewithSpring-SettinguptheServlet
On 12/9/10 4:13 PM, vkrejcirik wrote:
Hi, I'm sorry, I don't have much experiences with CXF framework. :/
I have on server part:
in web.xml:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:clan/core/srv/services-prd.xml</param-value>
</context-param>
in services-prd.xml:
<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
<import resource="classpath:META-INF/cxf/cxf-extension-protobuf.xml" />
.....
(more in previous post)
Must I add something in web.xml also on client side? There are two web
applications, client and server.
What does it mean "set up the web.xml for the CxfServlet" ?
--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.javaeye.com (Chinese)
Twitter: willemjiang