diff options
author | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-05 07:23:54 +0000 |
---|---|---|
committer | ramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-05 07:23:54 +0000 |
commit | e0cc36eb4a509146edc912111f2074902dee1864 (patch) | |
tree | 10bc0328a375c9f0ebfff128fa87317bd65d0558 /branches/sca-java-1.4/tutorials | |
parent | ce249286dfc9fc540a96400f1f29b85e7ae0749e (diff) |
Fixes for TUSCANY-2716, 2717
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/tutorials')
-rw-r--r-- | branches/sca-java-1.4/tutorials/store/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.4/tutorials/store/README b/branches/sca-java-1.4/tutorials/store/README index c90604b1a5..3bf9db22f2 100644 --- a/branches/sca-java-1.4/tutorials/store/README +++ b/branches/sca-java-1.4/tutorials/store/README @@ -16,7 +16,7 @@ Running The Tutorial Application Start the SCA Domain Manager: cd domain - java -jar ../../modules/tuscany-node-launcher-1.4.jar domain + java -jar ../../../modules/tuscany-node-launcher-1.4.jar domain To access the SCA Manager application, point your Web browser to: http://localhost:9990/ui/cloud/ |