myeclipse6.01 ssh配置文件
http://www.diybl.com/ 2008-11-11 网络 点击:
[ 评论 ]
文章搜索:
【点击打包该文章】
struts-config.xml

<struts-config>
<data-sources />
<form-beans >
<form-bean name="registerForm" type="com.skf.rss.struts.form.RegisterForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="registerForm"
input="register.jsp"
name="registerForm"
path="/register"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy" />
</action-mappings>

<message-resources parameter="com.skf.rss.struts.ApplicationResources" />
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/>
</plug-in>
</struts-config>
struts-config.xml
<struts-config>
<data-sources />
<form-beans >
<form-bean name="registerForm" type="com.skf.rss.struts.form.RegisterForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="registerForm"
input="register.jsp"
name="registerForm"
path="/register"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy" />
</action-mappings>
<message-resources parameter="com.skf.rss.struts.ApplicationResources" />
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/>
</plug-in>
</struts-config>
applicationContext.xml
[1] [2]
如果图片或页面不能正常显示请点击这里 站内搜索:
推荐文章 |
