summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-24 15:00:13 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-24 15:00:13 +0000
commit030cf42ad1502a5e010dfacbb244e96843411988 (patch)
tree13b49e5e1181a29032ed404e3fe6bf8a2aca804a /sca-java-1.x/branches/sca-java-1.6.1/samples
parent32a6ba65f6eeb12ce1a0ab00a7b78b98ce2e9552 (diff)
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@1000896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README
index aa4819927a..6242253b0c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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!