Java Configuration Changes
Make the Java configuration changes listed in this topic.
- Remove all JAR files from the $JAVA_HOME/jre/lib/ext directory.
 - For Solaris with WAS platform, copy ibmjceprovider.jar and ibmpkcs.jar files from $JAVA_HOME/jre/lib/endorsed directory and place them into the $JAVA_HOME/jre/lib/ext directory.
 - Change the security provider list in the 
		  $JAVA_HOME/jre/lib/security/java.security file to: 
		  
security.provider.1=com.ibm.crypto.provider.IBMJCE security.provider.2=com.ibm.jsse.JSSEProvider security.provider.3=sun.security.provider.Sun
 
Copyright © Cloud Software Group, Inc. All rights reserved.
