centos7下解决tomcat启动慢的问题
生活随笔
收集整理的這篇文章主要介紹了
centos7下解决tomcat启动慢的问题
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1.查找JDK的安裝目錄
ls -lrt /usr/bin/java?接著繼續(xù)查/etc/alternatives/java
?
2.找到JDK中的java.security進行修改
Open the $JAVA_HOME/jre/lib/security/java.security file in a text editor.?
永久:oracle 說修改 $JAVA_HOME/jre/lib/security/java.security 文件,替換securerandom.source=file:/dev/random 為 securerandom.source=file:/dev/urandom。對所有使用JVM的應用生效。(這個永久的方法,這里面有個問題,就是設置時候實際應該設置為securerandom.source=file:/dev/./urandom,否則不生效)
總結
以上是生活随笔為你收集整理的centos7下解决tomcat启动慢的问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何使用tortoisegit忽略某个文
- 下一篇: IDEA中的maven工程Java未被识