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/10/25 16:43:57 UTC

svn commit: r1027149 - /tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README

Author: nash
Date: Mon Oct 25 14:43:56 2010
New Revision: 1027149

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

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

Modified: tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README?rev=1027149&r1=1027148&r2=1027149&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README (original)
+++ tuscany/sca-java-1.x/trunk/samples/helloworld-ws-sdo-webapp/README Mon Oct 25 14:43:56 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!