diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-08 11:35:56 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-08 11:35:56 +0000 |
commit | af7fb486a041afcfb74c01a9d2ba3c9dffbae50d (patch) | |
tree | ec65568f430f7bd04df815499796c0cf9fffc8e4 /branches | |
parent | c4b9ed5ee521ad79c7a2730a88958dd26ff06b66 (diff) |
Merge store tutorial README fix from 1.4 to 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.x/tutorials/store/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/README b/branches/sca-java-1.x/tutorials/store/README index 6169a05292..2dabb26738 100644 --- a/branches/sca-java-1.x/tutorials/store/README +++ b/branches/sca-java-1.x/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: |