码迷,mamicode.com
首页 > 系统相关 > 详细

tomcat在linux中启动慢的解决方案

时间:2016-12-28 17:13:06      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:and   tomcat   jre   非阻塞   阻塞   b/s   linu   jvm   .sh   

有两种解决办法:

1)在Tomcat环境中解决

可以通过配置JRE使用非阻塞的Entropy Source。

在catalina.sh中加入这么一行:-Djava.security.egd=file:/dev/./urandom 即可。

加入后再启动Tomcat,整个启动耗时下降到Server startup in 2912 ms。

2)在JVM环境中解决

打开$JAVA_PATH/jre/lib/security/java.security这个文件,找到下面的内容:

securerandom.source=file:/dev/random

替换成

securerandom.source=file:/dev/urandom

tomcat在linux中启动慢的解决方案

标签:and   tomcat   jre   非阻塞   阻塞   b/s   linu   jvm   .sh   

原文地址:http://www.cnblogs.com/sunyj/p/6229576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!