summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-10 11:52:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-11-10 11:52:16 +0000
commit66872f910e8987b7d0f112a3dffce2f52bdc2c5f (patch)
tree245ad2c7f5b6aaaa16e7526d4de90ad211569425 /java/sca
parent9ff03d6fbbdabf9c3694afda1b3caea0e5cf0636 (diff)
TUSCANY-2668: Apply patch from Dhaval Chauhan to fix README file update for the sample-chat-webapp
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/samples/chat-webapp/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/sca/samples/chat-webapp/README b/java/sca/samples/chat-webapp/README
index dddd7e3f94..09b9c6f6be 100644
--- a/java/sca/samples/chat-webapp/README
+++ b/java/sca/samples/chat-webapp/README
@@ -46,6 +46,28 @@ chat-webapp/
pom.xml - the Maven build file
+Building And Running The Sample Using Ant
+-----------------------------------------
+With the binary distribution the sample can be built using Ant as
+follows
+
+cd chat-webapp
+ant package
+
+This should result in a war file (sample-chat-webapp.war) in the target
+directory. Copy this war file to your web app deployment directory in you
+web app container.
+
+The process for getting the web app running will depend on which web app container
+you are using. For example, if you are using Tomcat then it is simply a matter
+of copying the WAR file to the webapps directory.
+
+Once the web app is deployed use your browser to visit the following URL;
+
+http://localhost:8080/sample-chat-webapp
+
+The port and hostname will of course vary depending on your local installation.
+
Building And Running The Sample Using Maven
-------------------------------------------
With either the binary or source distributions the sample can be built and run