Commit 3f125fb8 authored by Dave Syer's avatar Dave Syer

Fix typos in JSP docs

parent e58206bc
...@@ -249,14 +249,16 @@ can also register items directly if your bean implements the `ServletContextInit ...@@ -249,14 +249,16 @@ can also register items directly if your bean implements the `ServletContextInit
interface. interface.
### JSP limitations When running a Spring Boot application that uses ### JSP limitations
an embedded servlet container and is packaged as an executable
archive, there are some limitations in the JSP support.
* With Tomcat it should work if you use WAR packaging. I.e. an 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.
* With Tomcat it should work if you use WAR packaging, i.e. an
executable WAR will work, and will also be deployable to a standard executable WAR will work, and will also be deployable to a standard
container (Tomcat included). An executable JAR will not work because container (not limited to, but including Tomcat). An executable JAR
of a hard coded file patter in Tomcat itself. will not work because of a hard coded file pattern in Tomcat.
* Jetty does not currently work as an embedded container with * Jetty does not currently work as an embedded container with
JSPs. There should be a way to make it work, so hopefully someone JSPs. There should be a way to make it work, so hopefully someone
......
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