bsp; maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="true" sslProtocol="TLS" keystoreFile="conf\server02.jks" keystorePass="123456" truststoreFile="conf\server02.jks" truststorePass="123456"/> 注:server02.jks是证书存贮文件
3. 安装客户端证书dwp.p12
3. 修改Tomcat配置,使其自动启用SSL 打开d:\test\tomcat51\webapps\jsp-examples\WEB_INF\web.xml 文件,在security-constraint 标签下,增加如下内容: <user-data-constraint> <description> Constrain the user data transport for the whole application & 上一页 [1] [2] [3] [4] 下一页
|