tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包,
你需要设置一下eclipse:
项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependencies -> Finish -> OK
把对应的Maven依赖包也发布到tomcat,调试时会自动把那些jar发布到指定目录下,tomcat也能找到那些jar了。
相关文章
- 使用Maven构建javaWeb项目时,启动tomcat出错:严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.conte
- maven的java web项目启动找不到Spring ContextLoaderListener的解决办法
- 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-complie-plugin compile failed idea上maven项目启动失败
- 【转】maven 项目出现 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
- tomcat7在eclipse中启动maven项目后不能访问
- Eclipse jetty 启动maven项目debug source not found解决方案
- eclipse maven中的jetty插件启动报错
- Eclipse新建web项目正常启动tomcat不报错,但不能访问项目的解决方法