centos tomcat启动慢的解决办法

来源:互联网 发布:世界人工智能大会2018 编辑:程序博客网 时间:2024/06/07 04:33

试着修改$JAVA_HOME/jre/lib/security/java.security文件

找到securerandom.source

#securerandom.source=file:/dev/urandom

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

0 0