解决办法 在service里的service.xml里把
<Connector SSLEnabled="true" clientAuth="false" keystoreFile="bin/.keystore" keystorePass="123456" maxThreads="150" port="443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslProtocol="TLS"/>
这句话注释掉。。