关于tomcat项目部署:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListen

一般在tomcat启动之后   项目会在工作空间(webapps)下自动生成一个和项目名相同的文件夹。文件夹的结构与web一样。

WEB-INF下的 lib文件夹中会有项目启动后的jarMAVEN项目)和一些Spring-xx.jar 包当项目在启动的时候报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener  说明在项目启动的时候。jar包导入不全。  

 

解决方法

项目右键-------> properties-------> Resource -------> Deployment  Assembly ---------> Add ------> Java Build Path Entries -----> next ------> Mavenxxxxx.(搞定)

你可能感兴趣的:(关于tomcat项目部署:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListen)