From 4f56dc46da96badad19a6f644607fe3d8ff5af9c Mon Sep 17 00:00:00 2001 From: nash Date: Mon, 25 Oct 2010 14:43:56 +0000 Subject: Merge r1000896 Update README instructions to cover the case of the servlet container not using port 8080 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027149 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README b/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README index aa4819927a..6242253b0c 100644 --- a/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README +++ b/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README @@ -17,6 +17,11 @@ Once the web app is deployed use your browser to visit the following URL; The port and hostname will of course vary depending on your local installation. +The sample is configured to use a service on port 8080. If your servlet container +is using a port other than 8080 then you will need to edit the helloworld.wsdl file +and change the location attribute of the element in the +HelloWorldSoapPort definition to use the correct port. + The resulting web page displayed should show: Hello John Smith, Jane Doe! -- cgit v1.2.3