diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-29 14:32:37 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-29 14:32:37 +0000 |
commit | 68acc831d118fe028b2df0c93c040c0e60ea30b9 (patch) | |
tree | 16734609a6339190d309788ea2dde5a3eb4dae44 /sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README | |
parent | fd6b66c453e097a63450b1c52fa9c01bdcf21c22 (diff) |
Update the webapp sample to have the itest from the old helloworld-jsp sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README index 7a7f9511ae..bcf11d9886 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README @@ -15,13 +15,17 @@ Alternatively, you can run it by using the Maven Tomcat plugin by using the foll mvn tomcat:run
+or if you prefer Jetty then:
+
+ mvn jetty:run
+
Once the web app is running use your browser to visit the following URL;
http://localhost:8080/helloworld-webapp
(The port and hostname will of course vary depending on your local installation)
-You should then see web page return the following:
+You should then see the web page return the following:
Calling HelloworldService sayHello("world") returns:
|