Wind Network (ithov.com) original article: WebLogic is a middleware based on Java EE architecture, BEA WebLogic is for the development, integration, deployment and management of large distributed web applications, network applications and database applications javahttp:// Www.aliyun.com/zixun/aggregation/15818.html "> Application server. Introduce Java dynamic capabilities and the security of Java Enterprise standards into the development, integration, deployment, and management of large network applications.
In the process of managing as 5.1, it was found that startup shutdown WebLogic was slow, looking for a reason and found that it was a bug under the JDK.
We'll back up the important files WebLogic the startup script setdomainenv.sh.
Then edit the setdomainenv.sh file and add the following:
Java_options= "${java_options}-djava.security.egd=file:/dev/./urandom" Export java_options
Save exit, turn off WebLogic again, and start much faster.