CentOS7下Tomcat启动特别慢【有效解决】

多次亲测!

很简单,记录保存一下:

编辑 $JAVA_HOME/jre/lib/security/java.security 文件, 

找到 securerandom.source=file:/dev/random 这一行内容 修改为 securerandom.source=file:/dev/./urandom

猜你喜欢

转载自www.cnblogs.com/hero123/p/9299463.html