Java代码
1.org.apache.catalina.core.AprLifecycleListener init
2.信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Java\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS
Xml代码
1.<!--
2. Define a SSL HTTP/1.1 Connector on port 8443 This connector uses the
3. JSSE configuration, when using APR, the connector should be using the
4. OpenSSL style configuration described in the APR documentation
5.-->
6.<!-- -->
7.<Connector
8. SSLEnabled="true"
9. clientAuth="false"
10. keystoreFile="C:/Users/Zlex/.keystore"
11. keystorePass="123456"
12. maxThreads="150"
13. port="8443"
14. protocol="HTTP/1.1"
15. scheme="https"
16. secure="true"
17. sslProtocol="TLS" />