From 66872f910e8987b7d0f112a3dffce2f52bdc2c5f Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 10 Nov 2008 11:52:16 +0000 Subject: 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 --- java/sca/samples/chat-webapp/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'java/sca') 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 -- cgit v1.2.3