SpringMVC Maven ContextLoaderListener错误配置解决

SpringMVC + maven架构环境时: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener解决方案

SpringMVC maven ContextLoaderListener ClassNotFoundException

1、环境

SpringMVC + Maven + mybatis

2、报错提示

严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

...略

3、分析原因

用于项目用eclipse控制台的server->tomcat发布后,报上述错误,并发现在D:\tools\tomcat7.0.55\webapps\项目名\WEB-INF没有lib包,考虑是SpringMVC 的jar包未导入产生的。

4、处理办法

eclipse中右键项目->properties->Deployment Assembly,添加maven依赖包即可

如图:

时间: 2024-10-19 01:30:52

SpringMVC Maven ContextLoaderListener错误配置解决的相关文章

maven提示错误的解决办法

import或者new一个的maven project的时候,提示如下错误 Description    Resource    Path    Location    TypeCannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.6:runtime Cause: error in opening zip file    

idea调试SpringMvc, 出现:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener错误的解决办法

有时,使用idea开发SpringMvc发现调试时出现以下错误: 12-Mar-2017 12:08:02.345 严重 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class org.springframework.web.context.ContextLoaderListene

1.Maven+SpringMVC+Eclipse软件安装配置,Maven报插件错误,Eclipse总是卡死的解决办法,导入一个maven工程后 一直显示importing maven project

 使用Maven+SpringMVC+Eclipse软件安装配置过程中的问题: 1.Eclipse总是卡死的解决办法: 一:内存不足所以会卡死,配置一下eclipse.ini修改这几个值就好了-XX:MaxPermSize=768m-Xms1024m-Xmx3072m搜索 二:修改window->preferences --- > JAVA->Edittor->Hovers,将右侧所有复选框清空. 2.因为eclipse上一次未正常关闭,导致启动卡死,错误日志为: [plain

idea调试SpringMvc, 出现:”Can't find catalina.jar"错误的解决方法

用gradle构建的项目,点击运行出现以下错误提示: Error running PraticeWeb: Can't find catalina.jar 21:54 Error running PraticeWeb Invalid arguments : Already listening [timeout, port, localAddress] 检查tomcat配置发现: File -> Setting -> Build,Execution,Deployment -> Applica

关于spring4和hibernate4整合,配置事务报“Cannot unwrap to requested type [javax.sql.DataSource]”错误的解决方法及心得

Cannot unwrap to requested type [javax.sql.DataSource] 配置hibernate4和spring4时,出现错误,解决方法: 1.我去了spring4中的事务配置,数据库可以正常执行并访问.如下: <!-- 配置Hibernate  数据事务 --> <bean id="transactionManager" class="org.springframework.orm.hibernate4.Hibernat

Tomcat启动报错org.springframework.web.context.ContextLoaderListener类配置错误——SHH框架

SHH框架工程,Tomcat启动报错org.springframework.web.context.ContextLoaderListener类配置错误 1.查看配置文件web.xml中是否配置.org.springframework.web.context.ContextLoaderListener在web.xml配置文件中已经配置 2.查看工程是否添加此jar包,org.springframework.web.context.ContextLoaderListener的jar包为spring

关于outlook配置错误的解决方法

关于outlook配置错误的解决方法

配置Nginx支持php,出现No input file specified错误的解决方法

今天有一个项目上有一个模块,程序使用php写的,需要的服务器上搭建PHP的环境,由于我公司的服务器都是Windows系列的,本来前两天买了一台新的服务器,上面搭建了IIS服务器,跑的一个ASP的项目,现在又要部署一个PHP的项目,本想直接在IIS上配置让其支持PHP,但一想性能可能不会很高,于是又想用Apache2.2搭建一个环境,这个重量级的有点大,于是又到了Nginx,这个很小的,使用起来很方便,功能是很强大的,配置好后,访问php文件,出现 "No input file specified

解决:springmvc maven 项目搭建完后没有src目录

前言:在搭建springmvc maven项目中遇到的问题做总结,比如搭建后没有src,同时这里也解决了搭建后maven导入很慢的问题. 问题: 1.发现创建出来的maven项目没有src文件 ,而且maven导入很慢 解决办法: 在新建项目的这个时候(如下图),点击加号,在name的输入框中填写archetypeCatalog,在value的输入框中填写internal,点击确定: 然后在所选择maven配置文件setting.xml里面加入以下代码,保存后回到 IDEA. <mirror>