This documentation supports the 9.0 version of BMC Atrium Single Sign-On, which is in "End of Version Support." However, the documentation is available for your convenience. You will not be able to leave comments.Click here to view the documentation for a supported version of Remedy Single Sign-On.

Configuring a JVM for the Tomcat Server


To configure a JVM that will run the Tomcat server, perform the following steps. The location of the JVM is always determined by the administrator who configures the Tomcat server. Ensure that JAVA_HOME and PATH environment variables are set.

To configure a JVM for the Tomcat server

  1. Install the cryptography library (cryptoj.jar) in the following location:

    • (Microsoft Windows) jdkDirectory\jre\lib\ext
    • (UNIX) jdkDirectory/jre/lib/ext

    BMC Atrium Single Sign-On uses RSA CryptoJ library (cryptoj.jar) for cryptographic functions. The RSA CryptoJ library can be acquired from Support or through another BMC Atrium Single Sign-On installation (using Tomcat/JVM).

  2. Perform the following modifications to the java.security file.
    Add a new line to the end of providers' definition list, and ensure that the provider is sequentially numbered.

    security.provider.x=com.rsa.jsafe.provider.JsafeJCE
    x specifies the order in which the security providers will be searched.

    The java.security file can be found at:
    • (Microsoft Windows) jdkDirectory\jre\lib\security
    • (UNIX) jdkDirectory/jre/lib/security

Note

The RSA provider can be the last provider in the security providers list, except when BMC Atrium Single Sign-On is running in FIPS mode. For this configuration, the RSA provider must be first, with the remaining ones renumbered.

security.provider.1=com.rsa.jsafe.provider.JsafeJCE

 For more information on configuring JVM for running the Tomcat server, see tomcat-6.0-doc and tomcat-7.0-doc.

Where to go from here

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*