http://www.360doc.com/content/10/1006/23/65546_58944737.shtml#

<Connector protocol="org.apache.coyote.http11.Http11NioProtocol" 
                   port="8443" minSpareThreads="5" maxSpareThreads="75" 
                   enableLookups="true" disableUploadTimeout="true"   
                   acceptCount="100" maxThreads="200" 
                   scheme="https" secure="true" SSLEnabled="true" 
                   clientAuth="false" sslProtocol="TLS" 
                   keystoreFile="C:/***/tomcat.key"   
                   /*keystorePass="123456"*//>

相关文章:

  • 2021-09-17
  • 2021-06-22
  • 2022-01-06
  • 2021-12-24
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-11-04
  • 2022-12-23
  • 2021-06-26
  • 2021-11-05
相关资源
相似解决方案