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

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

    This is usually the problem with web.xml descriptor file. May be you have mixed up the annotations and web.xml servlet description definitions. Please check the console for more information.

提交回复
热议问题