idea控制台运行tomcat,报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLi
Posted wangshichang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea控制台运行tomcat,报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLi相关的知识,希望对你有一定的参考价值。
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
。。。。。。。。。。。。。。。。
八月 11, 2019 10:56:15 上午 org.apache.catalina.core.StandardContext listenerStart
严重: Skipped installing application listeners due to previous error(s)。
处理办法:
原因:创建maven项目时,未自动将jar包导入到工程中,运行tomcat时,系统检测不到所以来的jar包,运行出错。
根据报错信息,处理流程如下:
选择-----》File-----》Project Structure -----》Atrifacts-----》找到具体报错运行的module :module名+war exploded------》打开WEB-INF:文件夹下会发现缺少lib文件夹,
因此:只需在WEB-INF下创建lib文件夹饼添加项目所依赖的jar包即可【右键选择WEB-INFclasses和lib---------->Create Directery----->命名:lib-------》选中lib 右键 Add Copy Of----------->Library Files------->将工程下的jar包全选 ----》点击OK-----》Apply + OK】
重新运行项目,结果可见!!!!!!!!!!!!!!!!!!!!!!!!!
以上是关于idea控制台运行tomcat,报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderLi的主要内容,如果未能解决你的问题,请参考以下文章
Intellij IDEA中部署Tomcat报错“war exploded: Server is not connected. Deploy is not available”
解决IDEA Java Web项目没问题,但部署时出错的问题