Tomcat 7 “SEVERE: A child container failed during start”

后端 未结 18 1777
别跟我提以往
别跟我提以往 2020-11-27 03:42

Basically, I\'ve written a springMVC application (with a relatively shotgun my way first-timer approach with regards to Spring). The project works fine on Tomc

18条回答
  •  误落风尘
    2020-11-27 04:16

    I solved a similar problem by updating the web.xml declaration to Servlet 4.0 specification as follows (I use Tomcat 9) :

    
    
          
    
    

    You can check which servlet version Tomcat supports by refering to the chart on Tomcat's which version page.

提交回复
热议问题