summaryrefslogtreecommitdiffstats
path: root/java/sca/tutorial/README
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-07-21 18:00:01 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-07-21 18:00:01 +0000
commitc6cbbc66ce949a9ea9db51387da055f375e12b98 (patch)
tree75f9004996a2dfbe17373a8cf0c8663f15163cf5 /java/sca/tutorial/README
parentcad71ff83bb8c7a98315094151b3bff64830d4a7 (diff)
Renaming tutorial to tutorial-store
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/tutorial/README')
-rw-r--r--java/sca/tutorial/README29
1 files changed, 0 insertions, 29 deletions
diff --git a/java/sca/tutorial/README b/java/sca/tutorial/README
deleted file mode 100644
index 6169a05292..0000000000
--- a/java/sca/tutorial/README
+++ /dev/null
@@ -1,29 +0,0 @@
-Store Tutorial
-======================================
-
-This is a tutorial that shows how to use SCA and Tuscany to build multiple
-variations of an online Store application.
-
-For an overview of the scenarios covered here, please refer to Tutorial.pdf.
-
-For more detailed information, please see:
-
-http://incubator.apache.org/tuscany/sca-java-tutorial.html
-
-
-Running The Tutorial Application
---------------------------------
-
-Start the SCA Domain Manager:
- cd domain
- java -jar ../../modules/tuscany-node2-launcher-1.2-incubating.jar domain
-
-To access the SCA Manager application, point your Web browser to:
- http://localhost:9990/ui/cloud/
-
-Select the node you want to start (e.g StoreNode), then click the Start button.
-
-You should now be able to access the online Store application. Point your Web
-browser to:
- http://localhost:8100/ui/
-