Skip to content

JeroenD/jetty-embedded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%