Skip to content

Commit 7b3be82

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents feacfa8 + 9d9acc9 commit 7b3be82

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,12 +3034,9 @@ code documentation] for details.
30343034
When running a Spring Boot application that uses an embedded servlet container (and is
30353035
packaged as an executable archive), there are some limitations in the JSP support.
30363036

3037-
* With Tomcat, it should work if you use war packaging. That is, an executable war works
3038-
and is also deployable to a standard container (not limited to, but including Tomcat).
3039-
An executable jar does not work because of a hard-coded file pattern in Tomcat.
3040-
3041-
* With Jetty, it should work if you use war packaging. That is, an executable war works,
3042-
and is also deployable to any standard container.
3037+
* With Jetty and Tomcat, it should work if you use war packaging. An executable war will
3038+
work when launched with `java -jar`, and will also be deployable to any standard
3039+
container. JSPs are not supported when using an executable jar.
30433040

30443041
* Undertow does not support JSPs.
30453042

0 commit comments

Comments
 (0)