Skip to content

hassler-d/embedded-servlet-3.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example: Embedded Jetty w/ Servlet 3.1 and Annotation

This is a maven project setup as a WAR packaging, with an EmbedMe class in the test scope that starts an embedded jetty of the WAR file being produced by this project.

Quick Start

$ mvn clean install exec:exec

Open your web browser to

http://localhost:8080/  for the root of the project

http://localhost:8080/test/  to show the annotation working as expected

About

Example of Embedded Jetty with Servlet 3.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.7%
  • HTML 2.3%