I have some trouble to deploy a JAX-WS web service on tomcat. It seems that tomcat does not use axis automatically to run soap web services... And so I get an error because my web service class can not be cast to javax.servlet.Servlet.
How can I configure tomcat, in order to run automatically JAX-WS web services with axis2 ?