国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JSP > 正文

Tomcat配置https并訪問http自動(dòng)跳轉(zhuǎn)至https

2020-07-27 21:22:36
字體:
供稿:網(wǎng)友

Tomcat配置https、訪問http自動(dòng)跳轉(zhuǎn)至https

1、配置Tomcat,打開$CATALINA_HOME/conf/server.xml,修改如下

<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />

修改參數(shù)==>

<Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="443" />
<!--<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"maxThreads="150" scheme="https" secure="true"clientAuth="false" sslProtocol="TLS" />-->

去掉注釋且修改參數(shù)==>

<Connector port="443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"     maxThreads="150" scheme="https" secure="true"     clientAuth="false" sslProtocol="TLS"      keystoreFile="d:/dev/tomcat.keystore"     keystorePass="123456" /> 
<!--<Connector port="8009" enableLookups="false" protocol="AJP/1.3" redirectPort="8443" />-->

修改參數(shù)==>

<Connector port="8009" enableLookups="false" protocol="AJP/1.3" redirectPort="443" />

 二、局部https安全連接配置,打開web項(xiàng)目/WEB-INF/web.xml文件,在該文件</welcome-file-list>后面加上這樣一段:

<!-- 局部https安全連接配置 --><security-constraint>  <display-name>Auth</display-name>  <web-resource-collection>    <web-resource-name>Protected Area</web-resource-name>    <!--    <url-pattern>/index/json/login</url-pattern>    <url-pattern>/admin/json/admin/companyLogin</url-pattern>    <url-pattern>/admin/companyLogin</url-pattern>    <url-pattern>/admin/agentLogin</url-pattern>    -->    <url-pattern>/user/*</url-pattern>    <url-pattern>/main/index</url-pattern>  </web-resource-collection>  <user-data-constraint>    <description>SSL required</description>    <transport-guarantee>CONFIDENTIAL</transport-guarantee>  </user-data-constraint></security-constraint>  

上述配置完成后,重啟TOMCAT后即可以使用SSL。IE地址欄中可以直接輸入地址不必輸入“http://” 或者 “https://” ;也可以輸入 “http:// ” 會(huì)跳轉(zhuǎn)成為 “https://” 來登錄

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 牡丹江市| 富顺县| 昌邑市| 九龙县| 丹东市| 巴林左旗| 青岛市| 互助| 健康| 陇西县| 旅游| 黔南| 博野县| 观塘区| 民勤县| 若尔盖县| 永登县| 宿州市| 尼玛县| 辽阳市| 南漳县| 吴桥县| 任丘市| 邵武市| 绥宁县| 米泉市| 阿尔山市| 泸州市| 新津县| 大兴区| 前郭尔| 米泉市| 永城市| 嘉善县| 武定县| 平阳县| 安泽县| 锡林浩特市| 盐边县| 高淳县| 芮城县|