首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Tomcat6.0 SSL配备-配置https协议的站点

2012-08-31 
Tomcat6.0 SSL配置--配置https协议的站点?????????? enableLookupstrue disableUploadTimeouttrue??

Tomcat6.0 SSL配置--配置https协议的站点
?????????? enableLookups="true" disableUploadTimeout="true"????
?????????? acceptCount="100" maxThreads="200"??
?????????? scheme="https" secure="true" SSLEnabled="true"??
?????????? clientAuth="false" sslProtocol="TLS"??
?????????? keystoreFile="C:/tomcat.key"????
?????????? keystorePass="changeit"/>
?? 期间要注意“keystoreFile”的目录,本文是放在C盘根目录下,名字为:tomcat.key.

3.重启Tomcat,访问https://localhost:8443/

热点排行