You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/24 17:00:14 UTC

svn commit: r1000896 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README

Author: nash
Date: Fri Sep 24 15:00:13 2010
New Revision: 1000896

URL: http://svn.apache.org/viewvc?rev=1000896&view=rev
Log:
Update README instructions to cover the case of the servlet container not using port 8080

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README?rev=1000896&r1=1000895&r2=1000896&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-ws-sdo-webapp/README Fri Sep 24 15:00:13 2010
@@ -17,6 +17,11 @@ Once the web app is deployed use your br
 
 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!