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

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

    This is what i have been facing for long time.

    This happened last time and figured out that one case could be a bad war deployment, which came after i update library/maven dependencies on pom and re installed it.

    SOLUTION:

    right click on the server >  remove the war and 
    right click on the server again > clean
    make sure the maven dependencies are added to deployment assembly
    right click on the project > Run As > maven clean
    right click on the project again > Run As > maven install 
    and finally deploy the project on to the server. This helped me to solve the issue  
    

提交回复
热议问题