Instructions about how to compile, deploy and run Jetty server
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 18 May 2015 20:40:56 +0000 (22:40 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 18 May 2015 20:40:56 +0000 (22:40 +0200)
It is an old Jetty version and there are better ways of doing what
I am doing but no time right now to improve the way of building
and running on Jetty server. See for example Spring Boot.

README.md

index 436c70b..7d502c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
 SpringWebServicesForFun
 =======================
 
-Messing around with Spring Web Services
\ No newline at end of file
+Messing around with Spring Web Services
+
+mvn clean install
+mvn war:war
+mvn jetty:run