由于是maven项目,tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包,所以报此错误:
解决办法:
项目右键 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependencies -> Finish -> OK
把对应的Maven依赖包也发布到tomcat,调试时会自动把那些jar发布到指定目录下,tomcat也能找到那些jar
相关文章
- maven 项目启动tomcat报错 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
- Eclipse使用Maven jetty/tomcat:run命令启动web项目
- Eclipse使用Maven tomcat:run命令启动web项目
- 使用Maven构建javaWeb项目时,启动tomcat出错:严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.conte
- eclipse运行maven项目报错:找不到ContextLoaderListener、IntrospectorCleanupListener
- IDEA下运行maven项目tomcat启动报错
- 启动Maven项目时报错Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project **-web: Failed to clean project: Failed to delete E:\**\target\tomcat\logs\access_lo
- maven项目 报错 Lifecycle mapping "org.eclipse.m2e.jdt.JarLifecycleMapping" is not available.
- Eclipse 创建maven项目pom文件报错解决方案
- Eclipse搭建maven project web war项目pom.xml报错