当前位置: 首页 > 2010年2月发布的所有日志
  • request.getScheme cann’t get https in nginx proxy with apache

    程序中为了不写死url,使用了动态获得的方式:basePath = request.getScheme()+”://”+request.getServerName()+”:”+request.getServerPort()+path+”/”; 其中: request.getScheme() return http but not https.之前单独使用apache(https)+resin的方式正常,现在前面增加了一层ng ...

    阅读全文
    作者:u2 | 分类:nginx | 标签:
    request.getScheme cann’t get https in nginx proxy with apache已关闭评论
  • 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=”plu ...

    阅读全文
    作者:u2 | 分类:resin | 标签:
    resin使用了struts/spring等框架与apache整合时需要注意事项已关闭评论