Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 645 Bytes

#jetty-embedded

This project will configure and deploy an exploded WAR webapp inside an embedded jetty. For a full explanation including other alternative solutions, you should read the blog post.

The project is composed of an embedded jetty and a deployable web application using web 3.0 annotations.

##Getting started

To create the webapp and deploy inside Jetty, execute the following (you can change idea with eclipse):

cd helloworld
gradle idea
cd jetty
gradle jetty

To test your app, open a web browser at http://localhost:8080/helloworld/foo