您的位置:首页 > 编程语言

ssh整合时各个配置文件需要修改添加的代码

2011-04-25 13:39 495 查看
struts-config.xml文件需要添加的代码:

<controller processorClass="org.springframework.web.struts.DelegatingRequestProcessor"></controller>

<message-resources parameter="com.gyf.struts.ApplicationResources" />

<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">

<set-property value="/WEB-INF/applicationContext.xml" property="contextConfigLocation"></set-property>

</plug-in>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐