在tomcat的server.xml配置SSL后,Eclipse无法启动tomcat服务器

时间:2016-10-19 03:59:58

标签: eclipse tomcat ssl https tomcat7

由于我想将tomcat从http改为https,所以我改变了server.xml:

<!--
<Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" /> 
-->
<Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol"
               SSLEnabled="true" maxThreads="150" scheme="https"
               secure="true" clientAuth="false" connectionTimeout="20000" 
               keystoreFile="D:/sslDemo/tomcat.keystore" 
               keystorePass="123456" sslProtocol="TLS" />

在更改之前,我可以在Eclipse上启动tomcat,但在更改后失败。 错误提示如下:

Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

我可以通过cmd启动它。 有人可以建议问题是什么?非常感谢。

1 个答案:

答案 0 :(得分:0)

只需增加服务器启动超时enter image description here

转到服务器视图,双击其中一个服务器,展开超时选项并为其设置值