我用SSH框架搭建WEB项目,tomcat做服务器,可以为什么每次启动都提示出错

每次启动服务器的时候,都会提示java.lang.ClassNotFoundException:org.springframework.web.context.Conte... 每次启动服务器的时候,都会提示 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener ,可以我已经将Spring的jar包全部都配置到构建路径里面了,怎么还会报错

这是我的web.xml配置
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
<display-name>AutoWeb</display-name>

<!-- struts Framework -->
<filter>
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

<!-- Spring Framework -->
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath:/applicationContext*.xml
</param-value>
</context-param>

<!-- welcome file -->
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
这个问题我自己解决了,解决方法如下:
在添加类库的时候,直接将jar包复制到WEB-INF/lib目录下即可,千万不要用配置构建路径的方式添加jar包,以后有人遇到相同的问题,可以试一下
展开
 我来答
百度网友b8ff982
2011-10-23 · TA获得超过490个赞
知道小有建树答主
回答量:363
采纳率:100%
帮助的人:165万
展开全部
你看看你导入的包里面有没有重复的
重复的 把版本低的删掉就好了
帐号已注销
2011-10-22 · TA获得超过1243个赞
知道小有建树答主
回答量:2126
采纳率:55%
帮助的人:664万
展开全部
你没contextloadlistener
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式