Merge r1000896 Update README instructions to cover the case of the servlet container not using port 8080

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027149 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/samples/helloworld-ws-sdo-webapp/README b/samples/helloworld-ws-sdo-webapp/README
index aa48199..6242253 100644
--- a/samples/helloworld-ws-sdo-webapp/README
+++ b/samples/helloworld-ws-sdo-webapp/README
@@ -17,6 +17,11 @@
 

 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 <wsdlsoap:address> element in the

+HelloWorldSoapPort definition to use the correct port.

+

 The resulting web page displayed should show:

 

    Hello John Smith, Jane Doe!