diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-01 12:50:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-01 12:50:10 +0000 |
commit | 796959a963ce650a710e62b227e178ce549a41f8 (patch) | |
tree | e36477dbe5450e02281d7ff37f06d6e96eb71bbc /java | |
parent | 3461735a86c3a592a563f38ad0c8e24f2a5fb559 (diff) |
Update sample readme for using jetty plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/samples/webapps/helloworld-jms/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/samples/webapps/helloworld-jms/README b/java/sca/samples/webapps/helloworld-jms/README index fbb7c82119..88bbe9adcb 100644 --- a/java/sca/samples/webapps/helloworld-jms/README +++ b/java/sca/samples/webapps/helloworld-jms/README @@ -10,7 +10,8 @@ first. 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; |