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/