A.2 Java Cryptography Extension (JCE)

You must install the Java Cryptography Extension (JCE) in addition to the JDK.

A.2.1 Oracle JCE on Linux and Windows

  1. On your management workstation, download the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files from Oracle.

  2. Follow the instructions from the Readme that is downloaded with the Oracle JCE.

A.2.2 IBM JCE on Linux

To install the JCE on Linux:

  1. On the Vibe server, verify that the following files exist:

    /etc/alternatives/jce_version_ibm_local_policy
    /etc/alternatives/jce_version_ibm_us_export_policy
    
  2. On your management workstation, download the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files from IBM.

  3. Log in to the Vibe server as the root user (or equivalent), then create the following directory:

    mkdir -p /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted

  4. Copy the JCE Unlimited Strength Jurisdiction Policy ZIP file to the folder on the Vibe server that you created in Step 3.

    cp ~/Downloads/unrestrictedpolicyfiles.zip /usr/lib64/jvm-private/java-version-ibm/jce/urestricted

  5. Unzip the files:

    unzip /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted/urestrictedpolicyfiles.zip

  6. Stop Vibe.

    /etc/init.d/teaming stop

  7. Remove the existing links:

    rm /etc/alternatives/jce_version_ibm_local_policy

    rm /etc/alternatives/jce_version_ibm_us_export_policy

  8. Create a new link to the JCE that you downloaded:

    ln -s /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted/local_policy.jar /etc/alternatives/jce_version_ibm_local_policy

    ln -s /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted/US_export_policy.jar /etc/alternatives/jce_version_ibm_us_export_policy

  9. Verify that the links were created:

    ls -l /etc/alternatives/jce*

  10. Start Vibe.

    /etc/init.d/teaming start

    tailf /opt/novell/teaming/apache-tomcat/logs/catalina.out

    tailf /opt/novell/teaming/apache-tomcat/logs/appserver.log