当前位置: 首页 > resin > 正文

resin使用了struts/spring等框架与apache整合时需要注意事项

resin使用了struts/spring等框架与apache整合时需要注意以下:

默认情况resin ResinConfigServer配置不支持除了jsp和servlet之外的其他不规则映射,apache对此类URL会返回404,或者无效的servlet,这就用到了resin的plugin_match配置。
如:
<servlet-mapping url-pattern=”*.do” servlet-name=”plugin_match”/>

几种常见的resin解析方式:
<servlet-mapping url-pattern=”*.jsp” servlet-name=”jsp”/>                  #jsp文件
<servlet-mapping url-pattern=”/servlet/*” servlet-name=”invoker”/>    #标准的servlet
<servlet-mapping url-pattern=”*.xtp” servlet-name=”xtp”/>                  #resin自定义的一种格式
<servlet-mapping url-pattern=”*.do” servlet-name=”plugin_match”/>   #扩展匹配,如struts

本文固定链接: https://www.2hei.net/2010/02/06/resin_struts_spring_apache/ | 2hei.net

该日志由 u2 于2010年02月06日发表在 resin 分类下,
原创文章转载请注明: resin使用了struts/spring等框架与apache整合时需要注意事项 | 2hei.net
关键字:

报歉!评论已关闭.