【Weblogic】在linux创建domain过慢的解决方法

修改Linux上Weblogic使用的jdk $JAVA_HOME/jre/lib/security/java.security 文件
securerandom.source=file:/dev/urandom
修改为
securerandom.source=file:/dev/./urandom
 
 
这样可以解决任何一个域实际是JVM在Linux下的bug
改完不用重启linux服务器。
上一篇:Spring boot中相关的注解


下一篇:crontab定时任务操作