Author: antelder
Date: Mon Nov 10 03:52:16 2008
New Revision: 712649

URL: http://svn.apache.org/viewvc?rev=712649&view=rev
Log:
TUSCANY-2668: Apply patch from Dhaval Chauhan to fix README file update for the 
sample-chat-webapp

Modified:
    tuscany/java/sca/samples/chat-webapp/README

Modified: tuscany/java/sca/samples/chat-webapp/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/chat-webapp/README?rev=712649&r1=712648&r2=712649&view=diff
==============================================================================
--- tuscany/java/sca/samples/chat-webapp/README (original)
+++ tuscany/java/sca/samples/chat-webapp/README Mon Nov 10 03:52:16 2008
@@ -46,6 +46,28 @@
            
   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 


Reply via email to