tomcat启动巨慢,一直卡在localhost-startstop-1这一步,百度之后解决了问题,做一下笔记

localhost-startstop-1 启动warning        花了264秒

tomcat启动时session ID创建花了很长时间

解决方法:在jre文件下面的lib/security的java.security文件,找到securerandom.source参数,我的是file:/dev/random,修改为file:/dev/./urandom就好了

相关文章:

  • 2022-12-23
  • 2021-12-17
  • 2021-09-27
  • 2021-11-13
  • 2022-02-07
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-26
  • 2021-11-28
  • 2021-11-28
  • 2021-07-22
  • 2021-12-18
  • 2021-11-16
  • 2021-09-08
相关资源
相似解决方案