From f81b3716ac27094ab1845668cb38a1fe6a2d5f8c Mon Sep 17 00:00:00 2001 From: Alexander Marsalek Date: Wed, 4 Jun 2014 18:50:50 +0200 Subject: added DocumentService --- .../WebContent/WEB-INF/glassfish-web.xml | 6 ++++++ DocumentService/WebContent/WEB-INF/sun-jaxws.xml | 4 ++++ DocumentService/WebContent/WEB-INF/web.xml | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 DocumentService/WebContent/WEB-INF/glassfish-web.xml create mode 100644 DocumentService/WebContent/WEB-INF/sun-jaxws.xml create mode 100644 DocumentService/WebContent/WEB-INF/web.xml (limited to 'DocumentService/WebContent/WEB-INF') diff --git a/DocumentService/WebContent/WEB-INF/glassfish-web.xml b/DocumentService/WebContent/WEB-INF/glassfish-web.xml new file mode 100644 index 000000000..15746b989 --- /dev/null +++ b/DocumentService/WebContent/WEB-INF/glassfish-web.xml @@ -0,0 +1,6 @@ + + + + + /DocumentService + \ No newline at end of file diff --git a/DocumentService/WebContent/WEB-INF/sun-jaxws.xml b/DocumentService/WebContent/WEB-INF/sun-jaxws.xml new file mode 100644 index 000000000..06b184d4f --- /dev/null +++ b/DocumentService/WebContent/WEB-INF/sun-jaxws.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/DocumentService/WebContent/WEB-INF/web.xml b/DocumentService/WebContent/WEB-INF/web.xml new file mode 100644 index 000000000..30edc9598 --- /dev/null +++ b/DocumentService/WebContent/WEB-INF/web.xml @@ -0,0 +1,21 @@ + + + DocumentService + + com.sun.xml.ws.transport.http.servlet.WSServletContextListener + + + DocumentService + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 + + + DocumentService + /DocumentService + + + 120 + + \ No newline at end of file -- cgit v1.2.3