File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2462,12 +2462,9 @@ source code documentation for details.
24622462When running a Spring Boot application that uses an embedded servlet container (and is
24632463packaged as an executable archive), there are some limitations in the JSP support.
24642464
2465- * With Tomcat it should work if you use war packaging, i.e. an executable war will work,
2466- and will also be deployable to a standard container (not limited to, but including
2467- Tomcat). An executable jar will not work because of a hard coded file pattern in Tomcat.
2468-
2469- * With Jetty it should work if you use war packaging, i.e. an executable war will work,
2470- and will also be deployable to any standard container.
2465+ * With Jetty and Tomcat it should work if you use war packaging. An executable war will
2466+ work when launched with `java -jar`, and will also be deployable to any standard
2467+ container. JSPs are not supported when using an executable jar.
24712468
24722469* Undertow does not support JSPs.
24732470
You can’t perform that action at this time.
0 commit comments