Thursday, March 30, 2017

Where to Tune to your weblogic server

First, find out your weblogic JAVA_HOME.

1. cd $DOMAIN_HOME/bin/

2. grep JAVA_HOME setDomainEnv.sh

you can see the JAVA_HOME.


3. cd $JAVA_HOME/jre/lib/security/

4. Take backup of java.security cp -i java.security java.security_org

grep securerandom  java.security

you can see the securerandom.source=file:/dev/random

change to securerandom.source=file:/dev/./urandom.

save the file and start the weblogic server, you can see the different.


No comments: