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.
2462
2462
When running a Spring Boot application that uses an embedded servlet container (and is
2463
2463
packaged as an executable archive), there are some limitations in the JSP support.
2464
2464
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.
2471
2468
2472
2469
* Undertow does not support JSPs.
2473
2470
You can’t perform that action at this time.
0 commit comments