Linux系统Tomcat启动太慢
2017-08-29 本文已影响0人
renxiansheng
将文件·${JAVA_HOME}/jre/lib/security/java.security
里的
securerandom.source=file:/dev/urandom
或
securerandom.source=file:/dev/random
改为
securerandom.source=file:/dev/./urandom
将文件·${JAVA_HOME}/jre/lib/security/java.security
里的
securerandom.source=file:/dev/urandom
或
securerandom.source=file:/dev/random
改为
securerandom.source=file:/dev/./urandom