I am deploying and testing a simple Jax-ws servicein Tomcat6xand Tomcat7xusing jaxws-ri-2.2.8, added to both server lib directories.
Tomcat6xrequires WSServletContextListenerand WSServletand is configured in web.xml, while Tomcat 7xweb services are deployed without WSServletContextListenerand configuration WSServlet.
What is the difference Tomcat7that makes the configuration web.xmloptional?
source
share