[HTTP:101401]The url-pattern <pattern> in web application <app> is mapped to multiple Servlet
We deployed our application with JAX-WS webservices on Weblogic 14 (actually 14.1.1.0.0) and met the following problem :
weblogic.application.ModuleException: weblogic.management.DeploymentException: [HTTP:101401]The url-pattern <pattern> in web application <app> is mapped to multiple Servlets.
Caused By: weblogic.management.DeploymentException: [HTTP:101401]The url-pattern <pattern> in web application <app> is mapped to multiple Servlets.
I created a simple webservice hello world application, and got the same issue.
I found infomation on knowledge page Document 2404407.1 (oracle.com) and the bug page Bug 25318847 (oracle.com).
The bug page shows that it has been fixed in 14.1.1.0.0, but we still encounter it.
Is there a patch for weblogic 14.1.1 I need to apply?