diff options
Diffstat (limited to 'java/sca/samples/helloworld-distributed/helloworld-webapp/README')
-rw-r--r-- | java/sca/samples/helloworld-distributed/helloworld-webapp/README | 3 |
1 files changed, 2 insertions, 1 deletions
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
|