Return-Path: Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: (qmail 41721 invoked from network); 10 Nov 2008 11:53:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 11:53:08 -0000 Received: (qmail 6566 invoked by uid 500); 10 Nov 2008 11:53:15 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 6491 invoked by uid 500); 10 Nov 2008 11:53:14 -0000 Mailing-List: contact commits-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list commits@tuscany.apache.org Received: (qmail 6482 invoked by uid 99); 10 Nov 2008 11:53:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 03:53:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 11:52:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AB418238896F; Mon, 10 Nov 2008 03:52:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r712649 - /tuscany/java/sca/samples/chat-webapp/README Date: Mon, 10 Nov 2008 11:52:16 -0000 To: commits@tuscany.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081110115216.AB418238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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