0
當部署在Weblogic的12C一個JAX-WS web服務,我得到這個問題的Weblogic 12C(12.2.1)JAX WS和servlet問題
「weblogic.management.DeploymentException:HTTP:101401]的在Web應用程序例如URL模式 /PlatforrmTestService被映射到多個 Servlet的」
類:
@WebService(serviceName ="PlatforrmTestService",
wsdlLocation="WEB-INF/wsdl/pricing_V10/PlatforrmTestService.wsdl",
)
@WebServlet(urlPatterns = {"/PlatforrmTestService"})
public class TestService extends HttpServlet{
...
}
請幫助解決這個問題。