This guide will show you how to build a servlets application with Gradle and the Jetty.
- Java and Git.
-
First clone this repository and
cdinto it.$ git clone git@github.com:acamino/servlets-quickstart.git $ cd servlets-quickstart -
Start the server.
$ ./gradew appRun
-
Check it out at http://localhost:8080
Please file tickets for bug or problems.
Edits and enhancements are welcome. Just fork the repository, make your changes and send me a pull request.