diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-22 09:51:39 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-22 09:51:39 +0000 |
commit | 2e0063cb2a2688378e22c3742243886ed05939b3 (patch) | |
tree | 4777bc8b8d10f6021997fcf5ea1e165e305432c2 /branches/sca-java-1.x/tutorials/store/README | |
parent | cc2ea0f7930417639d29b6c4a3deefc50ae46b5b (diff) |
Fix README to match 1.5 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/tutorials/store/README')
-rw-r--r-- | branches/sca-java-1.x/tutorials/store/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/README b/branches/sca-java-1.x/tutorials/store/README index 2dabb26738..61b6b801e1 100644 --- a/branches/sca-java-1.x/tutorials/store/README +++ b/branches/sca-java-1.x/tutorials/store/README @@ -6,17 +6,13 @@ 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 + java -jar ../../../modules/tuscany-node-launcher-1.5.jar domain To access the SCA Manager application, point your Web browser to: http://localhost:9990/ui/cloud/ @@ -32,3 +28,7 @@ You should now be able to access the online Store application. Point your Web browser to: http://localhost:8100/ui/ +For more detailed information, please see: + +http://tuscany.apache.org/getting-started-with-tuscany.html + |