Example of WebServlet usage with Gretty
git clone https://github.com/akhikhl/example-uploadr.git
cd example-uploadr
gradle run
Open in browser:
http://localhost:8880/uploadr-1.0
Expected output:
hello!
Interpretation of output: annotation-driven servlet responds with "hello!" to your requests.