The url-pattern RegistrationService_V10 in web application is mapped to multiple Servlets
Weblogic 12.2.1.2 I have created a simple jax-ws web service, "Hello World", and deployed in a war file. When I go to deploy, get this error:
Caused By: weblogic.management.DeploymentException: [HTTP:101401]The url-pattern RegistrationService_V10 in web application mavenproject29-1.0-SNAPSHOT is mapped to multiple Servlets.
Any suggestions?
Thanks.