diff --git a/helloworld-ws/README.adoc b/helloworld-ws/README.adoc index c98a723343..bcb7b7d8ad 100644 --- a/helloworld-ws/README.adoc +++ b/helloworld-ws/README.adoc @@ -503,7 +503,7 @@ Review the server log to see useful information about the deployed web service e [source,options="nowrap"] ---- JBWS024061: Adding service endpoint metadata: id=org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl - address=http://localhost:8080/HelloWorldService + address=http://localhost:8080/helloworld-ws/HelloWorldService implementor=org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl serviceName={http://www.jboss.org/eap/quickstarts/wshelloworld/HelloWorld}HelloWorldService portName={http://www.jboss.org/eap/quickstarts/wshelloworld/HelloWorld}HelloWorld @@ -514,7 +514,7 @@ JBWS024061: Adding service endpoint metadata: id=org.jboss.as.quickstarts.wshell === Access the Application -You can verify that the Web Service is running and deployed correctly by accessing the following URL: http://localhost:8080/HelloWorldService?wsdl. This URL will display the deployed WSDL endpoint for the Web Service. +You can verify that the Web Service is running and deployed correctly by accessing the following URL: http://localhost:8080/helloworld-ws/HelloWorldService?wsdl. This URL will display the deployed WSDL endpoint for the Web Service. // Undeploy the Quickstart :leveloffset: +2 diff --git a/helloworld-ws/src/main/webapp/WEB-INF/jboss-web.xml b/helloworld-ws/src/main/webapp/WEB-INF/jboss-web.xml index 20a5dd9e56..2668181e28 100644 --- a/helloworld-ws/src/main/webapp/WEB-INF/jboss-web.xml +++ b/helloworld-ws/src/main/webapp/WEB-INF/jboss-web.xml @@ -20,6 +20,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:jakartaee:1.0 https://www.jboss.org/schema/jbossas/jboss-web_15_0.xsd" version="15.0"> - / + /helloworld-ws