少年阿賓

          那些青春的歲月

            BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
            500 Posts :: 0 Stories :: 135 Comments :: 0 Trackbacks

          常用鏈接

          留言簿(22)

          我參與的團隊

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          1.tomcat下所有應(yīng)用都強制https訪問

          在tomcat\conf\web.xml中的</welcome-file-list>后面加上以下配置:


            <login-config>
                <!-- Authorization setting for SSL -->
                <auth-method>CLIENT-CERT</auth-method>
                <realm-name>Client Cert Users-only Area</realm-name>
            </login-config>
            <security-constraint>
                <!-- Authorization setting for SSL -->
                <web-resource-collection >
                    <web-resource-name >SSL</web-resource-name>
                    <url-pattern>/*</url-pattern>
                </web-resource-collection>
                <user-data-constraint>
                    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
                </user-data-constraint>
            </security-constraint>





          2.單個應(yīng)用強制https訪問

          WEB-INF/web.xml的</welcome-file-list>后面加上以下配置:

            <login-config>
                <!-- Authorization setting for SSL -->
                <auth-method>CLIENT-CERT</auth-method>
                <realm-name>Client Cert Users-only Area</realm-name>
            </login-config>
            <security-constraint>
                <!-- Authorization setting for SSL -->
                <web-resource-collection >
                    <web-resource-name >SSL</web-resource-name>
                    <url-pattern>/*</url-pattern>
                </web-resource-collection>
                <user-data-constraint>
                    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
                </user-data-constraint>
            </security-constraint>




          posted on 2013-01-06 21:28 abin 閱讀(1354) 評論(0)  編輯  收藏 所屬分類: HTTPS
          主站蜘蛛池模板: 视频| 仙桃市| 五家渠市| 克东县| 乐都县| 德惠市| 邵阳县| 仁怀市| 大荔县| 旬邑县| 乐业县| 江陵县| 莲花县| 青海省| 凤翔县| 哈尔滨市| 秦安县| 南召县| 合作市| 邹平县| 炉霍县| 读书| 昌邑市| 云南省| 高台县| 张家口市| 新巴尔虎左旗| 晋城| 南昌市| 潜江市| 柏乡县| 阿尔山市| 新乡市| 石台县| 石门县| 德惠市| 赤城县| 曲水县| 普定县| 缙云县| 金平|