diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 15:22:32 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 15:22:32 +0000 |
commit | e497deb61ff7f6683013b74367dbeeded881bf46 (patch) | |
tree | d66d014ce54d7e60a7fa93c2dd4c35ba4c8c0533 /sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp | |
parent | 4f0fc00fb758218397d57ca1251bbf51870d2ca6 (diff) |
Explain that the WAR file is intentionally omitted from the binary distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README index 09b9c6f6be..d1e864366e 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README @@ -9,9 +9,13 @@ first. As this sample provides a web app there is a manual step where the WAR file
that contains the sample is copied to your web app container. If you just want
-to give this sample a go deploy the WAR file (target/sample-chat-webapp.war)
+to give this sample a go, deploy the WAR file (target/sample-chat-webapp.war)
to your web application server.
+To save space, the WAR file isn't included in the binary distribution. You can
+build it by following the instructions below in "Building And Running The Sample
+Using Ant" or "Building And Running The Sample Using Maven".
+
Once the web app is deployed use your browser to visit the following URL;
http://localhost:8080/sample-chat-webapp
|