`
mark_5528
  • 浏览: 63560 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

org.springframework.web.struts.ContextLoaderPlugIn cannot be cast to org.apache.

阅读更多
用spring3.0管理sturt1时,报异常org.springframework.web.struts.ContextLoaderPlugIn cannot be cast to org.apache.struts.action.PlugIn,
解决方案是将org.springframework.web.struts.ContextLoaderPlugIn 所在的jar包放到WEB-INF/lib目录下,不能放在共用lib目录下。
分享到:
评论

相关推荐

    spring-struts.jar

    org.springframework.web.struts.ContextLoaderPlugIn.class org.springframework.web.struts.DelegatingActionProxy.class org.springframework.web.struts.DelegatingActionUtils.class org.springframework.web....

    MyContextLoaderPlugIn.jar

    和Spring中OpenSessionInView由于org.springframework.web.struts.ContextLoaderPlugIn中保存同一个对象的名不同导致openSessionInView失效 稍微修改后在struts-config.xml中使用MyContextLoaderPlugIn.jar包中...

    struts,spring,hibernater集合文档

    className="org.springframework.web.struts.ContextLoaderPlugIn"> ``` - 配置请求处理器为 Spring 提供的 `DelegatingRequestProcessor`。 - 示例代码: ```xml ...

    Spring整合Struts

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"/> ``` 为了自定义配置文件的位置,可以使用"contextConfigLocation"属性: ```xml <plug-in className="org.springframework.web....

    struts spring hibernate整合

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/springhiberante.xml"/> ``` **2. 在struts-config.xml中指定路径...

    Spring集成Struts、Hibernate.pdf

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn" /> </struts-config> ``` - **Spring配置文件**:在`action-servlet.xml`中配置需要的Bean。 ```xml <beans xmlns="http://www....

    SSH框架集成步骤

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="classpath:applicationContext.xml"/> ``` 这里的`contextConfigLocation`...

    Spring + struts 整合的三种主要方式

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/> ``` 同时,在`web.xml`中也需要做一些...

    spring和struts整合的三种方案

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/> ``` 这种方式使得 Spring 容器能够...

    Spring 和 struts 整合的三种方式

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/> ``` 然后,创建一个Action类,如`...

    spring 整合 struts 文档

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/classes/applicationContext.xml"/> ``` 2. **编写继承...

    spring与struts的整合

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/> ``` - **ContextLoaderPlugIn**:该...

    ssh架构配置文件配置

    - `className="org.springframework.web.struts.ContextLoaderPlugIn"`指定了插件类。 - `<set-property property="contextConfigLocation" value="classpath:applicationContext.xml" />`指定了Spring核心配置...

    整合Spring与Struts的几种方法

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugin"> <set-property property="contextConfigLocation" value="/WEB-INF/config.xml"/> ... </struts-config> ``` `config.xml`是...

    ssh,ssh,ssh

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property value="/WEB-INF/applicationContext.xml,/WEB-INF/appContext.xml" property="contextConfigLocation"/> ``` ####...

    spring,struts1.x ,hibernate整合

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/action-servlet.xml,/WEB-INF/applicationContext.xml"/> ``` ...

    Struts+Spring+Hibernate整合

    className="org.springframework.web.struts.ContextLoaderPlugIn"> value="/WEB-INF/applicationContext.xml"/> ``` ##### 3. 整合Hibernate - **配置Hibernate库** - 选择Hibernate所需的JAR包并复制到`/...

    spring 和 struts整合

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/beans.xml" /> ``` 这样,Struts就会在启动时加载`beans.xml`...

    Spring+struts+hibernate的整合.

    <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/> ``` **5. 将所用到的 Bean 注入到 ...

Global site tag (gtag.js) - Google Analytics