tomcat在linux中启动慢的解决方案

vim /usr/java/jdk1.8.0_131/jre/lib/security/java.security
securerandom.source=file:/dev/random
替换成
securerandom.source=file:/dev/urandom