最进在学习javaweb,并且要用到tomcat 刚开始我的tomcat启动只要30s 用了2个星期后要100s才能启动,实在是忍不了了去网上查了下怎么解决.

 

还有就是tomcat默认45s还没有启动就会报超时的错误Server Tomcat v8.0 Server at localhost was unable to start within 2 seconds. If the server requires more time, try increasing the timeout in the server editor. 

我当时设置了下 把时间设置成了100s还没启动就报错

tomcat启动很慢,并且越来越慢, tomcat超时设置

 

下面是我解决的步骤

打开$JAVA_PATH/jre/lib/security/java.security这个文件,找到下面的内容:

$JAVA_PATH就是你自己装jdk时候的路径

securerandom.source=file:/dev/urandom
替换成

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

tomcat启动很慢,并且越来越慢, tomcat超时设置

 

notpad++ 打开 ctrl+f 查找securerandom.source= 

 

tomcat启动很慢,并且越来越慢, tomcat超时设置

 

 

securerandom.source=file:/dev/urandom
替换成

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

 

tomcat启动很慢,并且越来越慢, tomcat超时设置

 

然后我把tomcat启动很慢,并且越来越慢, tomcat超时设置 删除了 重新建了个 在启动发现启动只要5-10stomcat启动很慢,并且越来越慢, tomcat超时设置

 

相关文章:

  • 2021-05-30
  • 2021-07-17
  • 2022-01-11
  • 2021-09-21
  • 2021-07-28
  • 2021-06-12
  • 2022-02-07
  • 2022-01-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-09-19
  • 2021-07-30
  • 2021-08-03
  • 2021-12-05
相关资源
相似解决方案