Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Oracle WebLogic Server/Portal 10

Setting the Java Options on IBM AIX Systems

Perform this task applies only if the WebLogic Server 10 agent is deployed on an IBM AIX system.

ProcedureTo Set the Java Options on IBM AIX Systems

  1. Using a text editor, open the domain-directory/bin/setDomainEnv.sh file for the WebLogic Server 10 instance:

  2. In the setDomainEnv.sh file, find these lines:

    JAVA_OPTIONS="${JAVA_OPTIONS}"
    export JAVA_OPTIONS
  3. Change the first line to:

    JAVA_OPTIONS="-DamKeyGenDescriptor.provider=IBMJCE
    -DamCryptoDescriptor.provider=IBMJCE
    -DamRandomGenProvider=IBMJCE ${JAVA_OPTIONS}"
  4. Save the setDomainEnv.sh file and restart the WebLogic Server 10 instance.