Skip to content

Commit db7789a

Browse files
committed
Merge branch '2.0.x'
2 parents f1b6c9f + 7b3be82 commit db7789a

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
@@ -3029,12 +3029,9 @@ code documentation] for details.
30293029
When running a Spring Boot application that uses an embedded servlet container (and is
30303030
packaged as an executable archive), there are some limitations in the JSP support.
30313031

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

30393036
* Undertow does not support JSPs.
30403037

0 commit comments

Comments
 (0)