This commit is contained in:
Stephane Nicoll
2015-02-22 09:48:29 +01:00
parent 1d69a71b75
commit a1b20c3745

View File

@@ -2496,7 +2496,7 @@ rather than the version that pre-installed with the server. You can do this by a
[[howto-servlet-2-5]]
=== Deploying a WAR in an Old (Servlet 2.5) Container
Spring Boot uses Servet 3.0 APIs to initialize the `ServletContext` (register `Servlets`
Spring Boot uses Servlet 3.0 APIs to initialize the `ServletContext` (register `Servlets`
etc.) so you can't use the same application out of the box in a Servlet 2.5 container.
It *is* however possible to run a Spring Boot application on an older container with some
special tools. If you include `org.springframework.boot:spring-boot-legacy` as a