summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README
index abdf824621..9745f57ad9 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README
+++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README
@@ -11,10 +11,10 @@ To run it:
./sca
at the prompt:
-start myNode mySampleContrib ../contribution-implementation-java-calculator/target/classes
+start myNode ../../applications/store/target/sample-store.jar
or:
-start myNode mySampleContrib http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar
+start myNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar
also try:
status
@@ -22,7 +22,7 @@ stop myNode
bye
Starting and stopping composites is pretty fast. To see that, try the following
-two scripts, which start/stop a sample composite 10 times.
+two scripts, which start/stop the sample store composite 10 times.
./sca <scripts/test.txt
or