You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/25 07:28:48 UTC

svn commit: r640713 - /incubator/tuscany/branches/sca-java-1.2/tutorial/README

Author: lresende
Date: Mon Mar 24 23:28:30 2008
New Revision: 640713

URL: http://svn.apache.org/viewvc?rev=640713&view=rev
Log:
Adding readme for the tutorial

Added:
    incubator/tuscany/branches/sca-java-1.2/tutorial/README   (with props)

Added: incubator/tuscany/branches/sca-java-1.2/tutorial/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/tutorial/README?rev=640713&view=auto
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/tutorial/README (added)
+++ incubator/tuscany/branches/sca-java-1.2/tutorial/README Mon Mar 24 23:28:30 2008
@@ -0,0 +1,31 @@
+Store Tutorial
+======================================
+
+This is a tutorial that demonstrate multiple variations
+of our Store. For more details on the scenarios covered
+here, please refer to Tutorial.pdf
+
+
+Building And Running The Sample Using Ant
+-----------------------------------------
+
+
+cd domain
+java -jar ../../modules/tuscany-node2-launcher-1.2-incubating.jar domain
+
+Then, access the admin ui 
+
+On Windows, point your browser to
+   http://localhost:9990/ui/cloud/
+or if you use Linux
+   http://localhost.localdomain:9990/ui/cloud/
+
+Select the node you want to start (e.g StoreNode), and then click start button
+
+You should now be able to access the store ui
+
+On windows, point your browser to
+   http://localhost:8100/ui/
+or if you use Linux
+   http://localhost.localdomain:8100/ui/
+

Propchange: incubator/tuscany/branches/sca-java-1.2/tutorial/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/branches/sca-java-1.2/tutorial/README
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org