org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [342,445] milliseconds.

tomcat启动时间5分钟左右

打开 

/java/jdk/jre/lib/security/java.security文件


securerandom.source=file:/dev/urandom


替换成


securerandom.source=file:/dev/./urandom

相关文章:

  • 2021-07-31
  • 2021-12-20
  • 2021-07-28
  • 2021-09-09
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2021-11-13
  • 2022-02-03
相关资源
相似解决方案