系统相关
首页 > 系统相关> > linux下tomcat启动慢

linux下tomcat启动慢

作者:互联网

原因:大概的原因就是urandom的安全性没random高,但是random需要花费时间去生成随机数

解决:

/jre/lib/security/java.security下

将securerandom.source=file:/dev/random修改为securerandom.source=file:/dev/./urandom

  

标签:linux,tomcat,启动,random,dev,source,file,urandom,securerandom
来源: https://www.cnblogs.com/margin-gu/p/15431813.html