SHH框架工程,Tomcat启动报错org.springframework.web.context.ContextLoaderListener类配置错误
1、查看配置文件web.xml中是否配置。org.springframework.web.context.ContextLoaderListener在web.xml配置文件中已经配置
2、查看工程是否添加此jar包,org.springframework.web.context.ContextLoaderListener的jar包为spring-web-4.1.0.RELEASE.jar,已添加。
3、由于是Tomcat启动报错,所以查看Tomcat路径下的lib是否包括spring-web-4.1.0.RELEASE.jar,查看不存在此包。添加后启动成功。