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" ?
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Threads-warnings-while-undeploying-web-application-tp3289034p3298564.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to