御姐控熟的:java.lang.ClassNotFoundException: org.springframework.web.struts.ContextLoaderPlugIn

来源:百度文库 编辑:偶看新闻 时间:2024/05/03 09:49:53
配置 struts-config.xml 文件
  添加 Spring 插件(在 标签后面添加):


 原因是在struts-config.xml中配置了org.springframework.web.struts.ContextLoaderPlugIn

然而又加载不到这个类,当然会报ClassNotFoundException

这个类是和Struts的整合类,并没有在spring-core.jar等文件中,而是在spring-webmvc-struts.jar中。
把spring-webmvc-struts.jar加载到ClassPath中就OK了。