Jetty Webapp Test Container
The goal of this project is to enable unit tests of webapps that run on Jetty to exercise a wide array of webapp behaviors. Namely, we want our test container to support JSPs.
This code draws on https://github.com/jetty-project/embedded-jetty-jsp and the Jersey project's JettyTestContainerFactory.java.