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

后端 未结 18 1738
别跟我提以往
别跟我提以往 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:30

    This seems like that the servlet api version which you using is older than the xsd you are using in web.xml eg 3.0

    use this one ****http://java.sun.com/xml/ns/javaee/" id="WebApp_ID" version="2.5"> ****

提交回复
热议问题