diff --git a/IX. ‘How-to’ guides/74.2. Create a deployable war file for older servlet containers.md b/IX. ‘How-to’ guides/74.2. Create a deployable war file for older servlet containers.md index e69de29..87193b3 100644 --- a/IX. ‘How-to’ guides/74.2. Create a deployable war file for older servlet containers.md +++ b/IX. ‘How-to’ guides/74.2. Create a deployable war file for older servlet containers.md @@ -0,0 +1,4 @@ + +### 74.2. 为老的servlet容器创建一个可部署的war文件 + +老的Servlet容器不支持在Servlet 3.0中使用的ServletContextInitializer启动处理。你仍旧可以在这些容器使用Spring和Spring Boot,但你需要为应用添加一个web.xml,并将它配置为通过一个DispatcherServlet加载一个ApplicationContext。