summaryrefslogtreecommitdiffstats
path: root/branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:13:16 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-11 04:13:16 +0000
commita3ce58076d0ce2d2f09c2331ea499554e9b5a9f9 (patch)
tree83e79cf76ae58c58d216a4396c0cf3532bc3d160 /branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README
parent28f92c6fc62f3bc0637ac77681aabcc8c0b5e42c (diff)
Renaming branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README')
-rw-r--r--branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README b/branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README
deleted file mode 100644
index 0ea891b07f..0000000000
--- a/branches/sca-trunk-20080910/samples/helloworld-distributed/helloworld-node/README
+++ /dev/null
@@ -1,28 +0,0 @@
-Distributed Helloworld Sample
-=============================
-
-This sample demonstrates a distributed SCA domain using the JMS implementation of binding.sca which
-automatically discovers available nodes and the services they contain.
-
-In this sample there are two nodes in the domain, a standalone node containing a Helloworld component,
-and a webapp using a JSP with <implementation.web> which invokes the Helloworld service in the domain.
-
-To run the sample:
-
-- Build the two sample modules with mvn or Ant.
-- 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
-- On a web browser go to:
- http://localhost:8080/sample-helloworld-webapp
-
-You should see "Hello world" returned on the web page and the node console should show "HelloworldImpl.sayHello: world"
-
-How it works:
-
-
-
-
-
-