Tomcat & Spring Web - Class Not Found Exception org.springframework.web.context.ContextLoaderListener

前端 未结 3 2091

I get the following exception when I try to start Tomcat through Eclipse (via right click on Project, Run As -> Run on Server).

SEVERE: Error configuring app         


        
3条回答
  •  没有蜡笔的小新
    2020-12-04 15:21

    Add these files (whichever release you happen to be using) to

    apache-tomcat-8.0.35\lib 
    

    folder (and restart your server):

    spring-aop-4.0.1.RELEASE.jar
    spring-beans-4.0.1.RELEASE.jar
    spring-context-4.0.1.RELEASE.jar
    spring-core-4.0.1.RELEASE.jar
    spring-expression-4.0.1.RELEASE.jar
    spring-web-4.0.1.RELEASE.jar
    spring-webmvc-4.0.1.RELEASE.jar
    

提交回复
热议问题