Tomcat啓動時卡在“INFO: Deploying web application directory ......”的解決方法

找到$JAVA_HOME/jre/lib/security/java.security 文件
替換securerandom.source=file:/dev/random 爲 securerandom.source=file:/dev/./urandom。對所有使用JVM的應用生效。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章