springmvc课程,从资料里下的代码把pom改成了tomcat部署,报错
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
你在web.xml试着配置一下
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>