Support JSPs in Embedded Jetty

JSPs are now supported in executable WARs with embedded Jetty.

Fixes gh-367
Closes gh-5290
This commit is contained in:
Vladimir Tsanev
2016-02-29 19:17:31 +02:00
committed by Brian Clozel
parent 07d78132a9
commit b303b3fe35
14 changed files with 502 additions and 1 deletions

View File

@@ -2128,7 +2128,8 @@ packaged as an executable archive), there are some limitations in the JSP suppor
and will also be deployable to a standard container (not limited to, but including
Tomcat). An executable jar will not work because of a hard coded file pattern in Tomcat.
* Jetty does not currently work as an embedded container with JSPs.
* With Jetty it should work if you use war packaging, i.e. an executable war will work,
and will also be deployable to any standard container.
* Undertow does not support JSPs.