Weblogic is slow to start (11mins) under VM (VirtualBox and VMware)

前端 未结 4 483
鱼传尺愫
鱼传尺愫 2021-01-31 11:17

(SOLVED! BY FAKING SYSTEM RANDOM GENERATOR, SEE BELOW)

I\'m setting up a VM image for my dev/build team. Inside that VM a Weblogic domain should be runn

4条回答
  •  梦如初夏
    2021-01-31 11:34

    In case you have enterprise standard app servers without privileges to change your binaries you can add a JVM flag to overwrite wich random generator should be used. E.g.:

    -Djava.security.egd=file:/dev/./urandom
    

    That way you don't have to change any system settings.

提交回复
热议问题