diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-08 11:33:20 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-08 11:33:20 +0000 |
commit | c4b9ed5ee521ad79c7a2730a88958dd26ff06b66 (patch) | |
tree | 6d06495d475229d23b9947856e0c67ff55faf957 /branches | |
parent | 2065b96f925aba5d811a24c64eaa65306f49ce64 (diff) |
Update the store tutorial readme for how to build the catalog webapp
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.4/tutorials/store/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/tutorials/store/README b/branches/sca-java-1.4/tutorials/store/README index 3bf9db22f2..48786698b1 100644 --- a/branches/sca-java-1.4/tutorials/store/README +++ b/branches/sca-java-1.4/tutorials/store/README @@ -22,6 +22,11 @@ To access the SCA Manager application, point your Web browser to: http://localhost:9990/ui/cloud/ Select the node you want to start (e.g StoreNode), then click the Start button. +Note that the distribution does not include a prebuilt .war file for the catalog-webapp +so before you can start the store node you need to first build this by going the the +store/catalog-webapp folder and running + + ant compile You should now be able to access the online Store application. Point your Web browser to: |