Tomcat启动时间很久

Posted 程序员超时空

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat启动时间很久相关的知识,希望对你有一定的参考价值。

启动Tomcat时需要时间很长,且报错:

INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [12,367] milliseconds. 

或者:

[localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory xxx

有可能是JRE的一个Bug引起的,改一下JRE的 java.security

位置/jre/lib/security/java.security
securerandom.source=file:/dev/urandom替换成securerandom.source=file:/dev/./urandom

参考Stackoverflow此问题

以上是关于Tomcat启动时间很久的主要内容,如果未能解决你的问题,请参考以下文章

启动tomcat时出现乱码——淇℃伅(转)

tomcat启动时SessionIdGeneratorBase.createSecureRandom耗时5分钟的问题

tomcat启动时SessionIdGeneratorBase.createSecureRandom耗时5分钟的问题

tomcat环境配置遇到的问题

tomcat环境配置遇到的问题

运行Tomcat发生警告提示,如何解决?