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
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.