Author: antelder
Date: Mon Sep 3 15:53:08 2007
New Revision: 572442
URL: http://svn.apache.org/viewvc?rev=572442&view=rev
Log:
TUSCANY-1624, Update readme to say the sample requires port 8080
Modified:
incubator/tuscany/java/sca/samples/calculator-ws-webapp/README
Modified: incubator/tuscany/java/sca/samples/calculator-ws-webapp/README
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-ws-webapp/README?rev=572442&r1=572441&r2=572442&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-ws-webapp/README (original)
+++ incubator/tuscany/java/sca/samples/calculator-ws-webapp/README Mon Sep 3
15:53:08 2007
@@ -17,9 +17,12 @@
Once the web app is deployed use your browser to visit the following URL;
-http://localhost:8085/sample-calculator-ws-webapp/calc.jsp
+http://localhost:8080/sample-calculator-ws-webapp
-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
Calculator.composite
+and change the uri attribute of the <binding.ws> used by the
CalculatorServiceComponent
+to use the correct port.
Sample Overview
---------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]