diff options
Diffstat (limited to '')
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
|