Spring启动 - 无法使用带有WAR部署的

时间:2017-06-07 19:53:18

标签: spring spring-boot web.xml

我无法在战争部署中使用带弹簧启动的web.xml。

我知道有很多方法可以使用@Configuration转换web.xml,但我现在必须坚持使用web.xml。我正在关注官方文件:http://docs.spring.io/spring-boot/docs/current/reference/html/howto-traditional-deployment.html#howto-create-a-deployable-war-file-for-older-containers

我能够在WAR文件中部署我的应用程序,但它没有使用web.xml。

也许我没有正确地遵循步骤85.2,因为我不确定"通过DispatcherServlet加载applicationContext":

  

85.2为旧的servlet容器创建可部署的war文件

     

较旧的Servlet容器不支持   Servlet 3.0中使用的ServletContextInitializer引导过程。您   你仍然可以在这些容器中使用Spring和Spring Boot   需要将web.xml添加到您的应用程序并将其配置为   通过 DispatcherServlet 加载 ApplicationContext

您可以在春季启动时使用web.xml指导我或指向任何示例或工作示例项目吗?我正在使用weblogic服务器。

enter image description here

enter image description here

enter image description here

0 个答案:

没有答案