diff options
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 + |