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:
committed by
Brian Clozel
parent
07d78132a9
commit
b303b3fe35
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user