/dev/random can really slow down WebLogic startup on Linux;
/dev/urandom is much faster
see here for a solution
http://www.itonguard.com/20090313/weblogic-starts-slow/
add “-Djava.security.egd=file:/dev/./urandom” (/dev/urandom does not work) to java parameters.
Sunday, February 28, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment