修改tomcat/conf/server.xml文件:
<Connectorport="8443" protocol="HTTP/1.1" maxThreads="150"SSLEnabled="true" scheme="https" secure="true"clientAuth="false" sslProtocol="TLS"
keystoreFile="f:/keys/keystore"keystorePass="123456"/>
修改为:<Connectorport="8443"protocol="org.apache.coyote.http11.Http11Protocol"maxThreads="150" SSLEnabled="true" scheme="https"secure="true" clientAuth="false" sslProtocol="TLS"
keystoreFile="f:/keys/keystore"keystorePass="123456"/>

被折叠的 条评论
为什么被折叠?



