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
默认情况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
上一篇: Nginx 1.3.5 开发版
下一篇: Joomla(囧啦) 3.0