resin使用了struts/spring等框架与apache整合时需要注意事项
Feb062010
作者:u2 发布:2010-02-06 12:09 分类: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
【上一篇】device lo left promiscuous mode
【下一篇】request.getScheme cann’t get https in nginx proxy with apache
【下一篇】request.getScheme cann’t get https in nginx proxy with apache
最活跃的读者