Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 412 Bytes

JettyJerseyExample

Example of how to use Jersey with an embedded Jetty Server.
Created in response to:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=459178

To see it in action, install git and maven and:

git clone [repo]
cd repo
mvn test

The test does run an embedded server on port 8080 and try to connect, so if you already have that port taken, it will fail. Requires at least java 7.