diff --git a/dev/io.openliberty.jaxws.config_fat/fat/src/io/openliberty/jaxws/config/fat/GzipInterceptorsTest.java b/dev/io.openliberty.jaxws.config_fat/fat/src/io/openliberty/jaxws/config/fat/GzipInterceptorsTest.java index 7b1aa8bb555..fc91cbdbdf3 100644 --- a/dev/io.openliberty.jaxws.config_fat/fat/src/io/openliberty/jaxws/config/fat/GzipInterceptorsTest.java +++ b/dev/io.openliberty.jaxws.config_fat/fat/src/io/openliberty/jaxws/config/fat/GzipInterceptorsTest.java @@ -93,7 +93,6 @@ public static void tearDown() throws Exception { @Test public void testEnableGZIPInterceptors() throws Exception { - gzipServer.reconfigureServer("GzipInterceptorsTestServer/server.xml", "CWWKG0017I"); String response = runTest(gzipServer, "testWebServiceClient/IgnoreUnexpectedElementTestServiceServlet?target=AddedElement"); // Log response to output.txt LOG.info("testEnableGZIPInterceptors - Response = " + response); diff --git a/dev/io.openliberty.jaxws.config_fat/publish/files/GzipInterceptorsTestServer/server.xml b/dev/io.openliberty.jaxws.config_fat/publish/files/GzipInterceptorsTestServer/server.xml deleted file mode 100644 index 3b4960e24a4..00000000000 --- a/dev/io.openliberty.jaxws.config_fat/publish/files/GzipInterceptorsTestServer/server.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - jsp-2.2 - jaxws-2.2 - servlet-3.1 - - - - - - - - - - - diff --git a/dev/io.openliberty.jaxws.config_fat/publish/servers/GzipInterceptorsTestServer/server.xml b/dev/io.openliberty.jaxws.config_fat/publish/servers/GzipInterceptorsTestServer/server.xml index 1934236e6fa..8e94fcdbb15 100644 --- a/dev/io.openliberty.jaxws.config_fat/publish/servers/GzipInterceptorsTestServer/server.xml +++ b/dev/io.openliberty.jaxws.config_fat/publish/servers/GzipInterceptorsTestServer/server.xml @@ -7,6 +7,8 @@ + +