のWebLogic 12cにJAX-WSのWebサービスを展開する場合、私が問題にのWebLogic 12cの(12.2.1)JAX WS及びサーブレットの問題
を取得しています「weblogic.management.DeploymentException:[HTTP:101401] Webアプリケーションの例でのurl-pattern は/ PlatforrmTestServiceが複数にマッピングされている サーブレット」
クラス:
@WebService(serviceName ="PlatforrmTestService",
wsdlLocation="WEB-INF/wsdl/pricing_V10/PlatforrmTestService.wsdl",
)
@WebServlet(urlPatterns = {"/PlatforrmTestService"})
public class TestService extends HttpServlet{
...
}
同じことを解決するのを助けてください。