summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-19 06:30:25 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-09-19 06:30:25 +0000
commit8f5b122526f001ceb4f1178153e6749fc2e65af7 (patch)
tree71565b99662b2ef73b6042bd0b1359e9bb32fcfb /sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README
parent588762db4d8dfbd58b29eb362d025e2999f22c84 (diff)
Fix links broken by recent refactoring of the sameples, and use store contribution instead of calculator in shell sample.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998597 13f79535-47bb-0310-9956-ffa450edef68
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