JRE Configuration Requirements

TIBCO MDM uses Sun’s JRE with WebLogic, WebSphere on Solaris, and IBM’s JRE with WebSphere on all other platforms. You can set the configuration properties of TIBCO MDM using the Configurator.

The following code samples show the properties used for SSL setup. In order for the application server to function, one of these two properties must be set:

  • Set SSL for Sun JRE: In the Configurator, set:
    • Security Provider > Sun > SSL Protocol Handler Package to com.sun.net.ssl.internal.www.protocol
    • Security Provider > Sun > SSL Provider to com.sun.net.ssl.internal.ssl.Provider.
  • Set SSL for IBM JRE: In the Configurator, set:
    • Security Provider > IBM > SSL Protocol Handler Package to com.ibm.net.ssl.internal.www.protocol.
    • Security Provider > IBM > SSL Provider to com.ibm.jsse.JSSEProvider.