summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 14:43:56 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 14:43:56 +0000
commit4f56dc46da96badad19a6f644607fe3d8ff5af9c (patch)
treef5dab30516ea7af7e15f0356feb8108010fac934 /sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README
parentfda4a0dc6824e210af7ab04bf61373ceb7d660ea (diff)
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
Diffstat (limited to 'sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README')
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README5
1 files changed, 5 insertions, 0 deletions
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 <wsdlsoap:address> element in the
+HelloWorldSoapPort definition to use the correct port.
+
The resulting web page displayed should show:
Hello John Smith, Jane Doe!