Author: antelder
Date: Sat Sep 13 00:46:35 2008
New Revision: 694890

URL: http://svn.apache.org/viewvc?rev=694890&view=rev
Log:
Update sample README for using node-dynamic

Modified:
    tuscany/java/sca/samples/helloworld-distributed/README
    tuscany/java/sca/samples/helloworld-distributed/helloworld-node/README
    tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/README

Modified: tuscany/java/sca/samples/helloworld-distributed/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-distributed/README?rev=694890&r1=694889&r2=694890&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-distributed/README (original)
+++ tuscany/java/sca/samples/helloworld-distributed/README Sat Sep 13 00:46:35 
2008
@@ -13,7 +13,8 @@
 - 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
 

Modified: tuscany/java/sca/samples/helloworld-distributed/helloworld-node/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-distributed/helloworld-node/README?rev=694890&r1=694889&r2=694890&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-distributed/helloworld-node/README 
(original)
+++ tuscany/java/sca/samples/helloworld-distributed/helloworld-node/README Sat 
Sep 13 00:46:35 2008
@@ -13,7 +13,8 @@
 - 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
 

Modified: 
tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/README?rev=694890&r1=694889&r2=694890&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/README 
(original)
+++ tuscany/java/sca/samples/helloworld-distributed/helloworld-webapp/README 
Sat Sep 13 00:46:35 2008
@@ -13,7 +13,8 @@
 - 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
 


Reply via email to