You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/01 14:50:11 UTC

svn commit: r820635 - /tuscany/java/sca/samples/webapps/helloworld-jms/README

Author: antelder
Date: Thu Oct  1 12:50:10 2009
New Revision: 820635

URL: http://svn.apache.org/viewvc?rev=820635&view=rev
Log:
Update sample readme for using jetty plugin

Modified:
    tuscany/java/sca/samples/webapps/helloworld-jms/README

Modified: tuscany/java/sca/samples/webapps/helloworld-jms/README
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/webapps/helloworld-jms/README?rev=820635&r1=820634&r2=820635&view=diff
==============================================================================
--- tuscany/java/sca/samples/webapps/helloworld-jms/README (original)
+++ tuscany/java/sca/samples/webapps/helloworld-jms/README Thu Oct  1 12:50:10 2009
@@ -10,7 +10,8 @@
 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/helloworld-jms.war )
-to you web application server. 
+to you web application server. Alternatevly, the sample pom.xml is configured
+with the Jetty plugin so you can run the it with Jetty by simply doing "mvn jetty:run".
 
 Once the web app is deployed use your browser to visit the following URL;