欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

tomcat9在centos7上启动慢问题

程序员文章站 2022-07-27 23:05:48
/opt/java/jdk1.8.0_162/jre/lib/security/java.security 将如下配置securerandom.source=file:/dev/random 改为securerandom.source=file:/dev/urandom ......

 

 

/opt/java/jdk1.8.0_162/jre/lib/security/java.security

将如下配置
securerandom.source=file:/dev/random

改为
securerandom.source=file:/dev/urandom