Speed up Weblogic Server startup times

前端 未结 8 904
旧时难觅i
旧时难觅i 2021-02-01 18:24

At my work, we use Weblogic Server to host an enterprise portal. Which is fine.

However, I\'ve recently had the opportunity to use Tomcat for some side projects, and I a

8条回答
  •  孤街浪徒
    2021-02-01 18:50

    As Tomas F and krosenvold suggested it may be for the random number generator.

    On the standard startup of Weblogic 12.2.1 I got this message :

    Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. 
    To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    

    So I specified it and it cut the startup time in half. About 13 seconds on a clean domain.

提交回复
热议问题