From b66e9ff0ef02e1068e15f81ad5a0ecc384401e2c Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 13 Sep 2008 07:46:35 +0000 Subject: Update sample README for using node-dynamic git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/helloworld-distributed/helloworld-webapp/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/sca/samples/helloworld-distributed/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 -- cgit v1.2.3