diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-25 03:14:23 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-25 03:14:23 +0000 |
commit | e0249044892f7baac8b75393638e4f0d1a09e391 (patch) | |
tree | 9c29af2817c4c1f214ae1fe891fe08f894adae7e /branches/sca-java-1.5/tutorials/store/README | |
parent | f7acc26f5d6c6341c1b687860d9b6844502a3943 (diff) |
Updates to tutorial readme
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.5/tutorials/store/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5/tutorials/store/README b/branches/sca-java-1.5/tutorials/store/README index 2dabb26738..26687177aa 100644 --- a/branches/sca-java-1.5/tutorials/store/README +++ b/branches/sca-java-1.5/tutorials/store/README @@ -8,7 +8,7 @@ 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 +http://tuscany.apache.org/getting-started-with-tuscany.html Running The Tutorial Application @@ -16,7 +16,7 @@ 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/ |