Commit 7b3be82c authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x' into 2.0.x

parents feacfa81 9d9acc92
...@@ -3034,12 +3034,9 @@ code documentation] for details. ...@@ -3034,12 +3034,9 @@ code documentation] for details.
When running a Spring Boot application that uses an embedded servlet container (and is When running a Spring Boot application that uses an embedded servlet container (and is
packaged as an executable archive), there are some limitations in the JSP support. packaged as an executable archive), there are some limitations in the JSP support.
* With Tomcat, it should work if you use war packaging. That is, an executable war works * With Jetty and Tomcat, it should work if you use war packaging. An executable war will
and is also deployable to a standard container (not limited to, but including Tomcat). work when launched with `java -jar`, and will also be deployable to any standard
An executable jar does not work because of a hard-coded file pattern in Tomcat. container. JSPs are not supported when using an executable jar.
* With Jetty, it should work if you use war packaging. That is, an executable war works,
and is also deployable to any standard container.
* Undertow does not support JSPs. * Undertow does not support JSPs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment