diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-13 07:46:35 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-13 07:46:35 +0000 |
commit | b66e9ff0ef02e1068e15f81ad5a0ecc384401e2c (patch) | |
tree | 78f635aed7d7de4032c8433fe81a867e537ecb76 | |
parent | 7fad291b69b1b034b0b1462500203bdfd1b4a271 (diff) |
Update sample README for using node-dynamic
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68
3 files changed, 6 insertions, 3 deletions
diff --git a/java/sca/samples/helloworld-distributed/README b/java/sca/samples/helloworld-distributed/README index 0ea891b07f..9462ae4218 100644 --- a/java/sca/samples/helloworld-distributed/README +++ b/java/sca/samples/helloworld-distributed/README @@ -13,7 +13,8 @@ To run the sample: - Deploy the helloworld-webapp war to Tomcat.
- Start the standalone node by:
in the helloworld-node folder do "mvn dependency:copy-dependencies" then:
- java -Djava.ext.dirs=target\dependency -cp target\sample-helloworld-node.jar sample.HelloworldNode
+ java -Djava.ext.dirs=target\dependency -jar target\dependency\tuscany-node-dynamic-1.4-SNAPSHOT.jar target\sample-helloworld-node.jar
+
- On a web browser go to:
http://localhost:8080/sample-helloworld-webapp
diff --git a/java/sca/samples/helloworld-distributed/helloworld-node/README b/java/sca/samples/helloworld-distributed/helloworld-node/README index 0ea891b07f..9462ae4218 100644 --- a/java/sca/samples/helloworld-distributed/helloworld-node/README +++ b/java/sca/samples/helloworld-distributed/helloworld-node/README @@ -13,7 +13,8 @@ To run the sample: - Deploy the helloworld-webapp war to Tomcat.
- Start the standalone node by:
in the helloworld-node folder do "mvn dependency:copy-dependencies" then:
- java -Djava.ext.dirs=target\dependency -cp target\sample-helloworld-node.jar sample.HelloworldNode
+ java -Djava.ext.dirs=target\dependency -jar target\dependency\tuscany-node-dynamic-1.4-SNAPSHOT.jar target\sample-helloworld-node.jar
+
- On a web browser go to:
http://localhost:8080/sample-helloworld-webapp
diff --git a/java/sca/samples/helloworld-distributed/helloworld-webapp/README b/java/sca/samples/helloworld-distributed/helloworld-webapp/README index 0ea891b07f..9462ae4218 100644 --- a/java/sca/samples/helloworld-distributed/helloworld-webapp/README +++ b/java/sca/samples/helloworld-distributed/helloworld-webapp/README @@ -13,7 +13,8 @@ To run the sample: - Deploy the helloworld-webapp war to Tomcat.
- Start the standalone node by:
in the helloworld-node folder do "mvn dependency:copy-dependencies" then:
- java -Djava.ext.dirs=target\dependency -cp target\sample-helloworld-node.jar sample.HelloworldNode
+ java -Djava.ext.dirs=target\dependency -jar target\dependency\tuscany-node-dynamic-1.4-SNAPSHOT.jar target\sample-helloworld-node.jar
+
- On a web browser go to:
http://localhost:8080/sample-helloworld-webapp
|