问题
使用Tomcat部署war包时,有时出现启动速度十分缓慢的情况。
解决方案
应将 $JAVA_HOME/jre/lib/security/java.security 中的
securerandom.source=file:/dev/random
或者
securerandom.source=file:/dev/urandom
改为
securerandom.source=file:/dev/./urandom
使用Tomcat部署war包时,有时出现启动速度十分缓慢的情况。
应将 $JAVA_HOME/jre/lib/security/java.security 中的
securerandom.source=file:/dev/random
或者
securerandom.source=file:/dev/urandom
改为
securerandom.source=file:/dev/./urandom
本文标题:Linux tomcat 部署速度缓慢
本文链接:https://www.haomeiwen.com/subject/atctaftx.html
网友评论