tomcat:8005端口启动失败的解决办法

1.编辑$JAVA_HOME/jre/lib/security/Java.security文件

vi /opt/jdk1.8/jre/lib/security/Java.security

2.修改配置项

securerandom.source=file:/dev/random

修改为

securerandom.source=file:/dev/urandom

如果不行试下改成这种

securerandom.source=file:/dev/./urandom
posted @   夏海成南  阅读(885)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示