summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/README6
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: