Hi,

If you mean you have multiple wars to deploy the separate web services, then the settings in <servlet> of different web.xml could be different, it's just different servlet.
For an instance,
     <servlet-name>CXFServlet</servlet-name>
    <display-name>CXF Servlet</display-name>
could change as they're descriptive label.
also
   <servlet-mapping>
    <servlet-name>CXFServlet</servlet-name>
    <url-pattern>/services/*</url-pattern>
  </servlet-mapping>
could change for using different url to access the webservice

Freeman


On 2012-7-5, at 上午12:30, ceineke wrote:

http://cxf.apache.org/docs/servlet-transport.html describes how to set up
servlet transport.

If you have several separately deployed web services, should the settings in the <servlet> section be the same for all of them? Are there consequences if
you are or if you aren't using the same settings?

- chris

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Web-xml-servlet-transport-tp5710611.html
Sent from the cxf-user mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042










Reply via email to