IBM Enterprise Records, Version 5.1.+              

(WebSphere Application Server 6.1 and 7.0 with SSL) Configuring the File Plan Import Export tool

For SSL environments with WebSphere® Application Server 6.1 and 7.0, you must edit the java.security file to configure the File Plan Import Export tool.

To configure the File Plan Import Export tool for SSL with WebSphere Application Server 6.1 and 7.0:

Edit the java.security file. You must use the JSSE socket factories instead of the WebSphere Application Server socket factories. On Windows, the java.security file is typically located in the C:/Program Files/IBM/WebSphere/AppServer/java/jre/lib/security directory.
Table 1. Edits for the java.security file for SSL environments
File area Action
# Default JSSE socket factories Uncomment the following two lines:
ssl.SocketFactory.provider=
com.ibm.jsse2.SSLSocketFactoryImpl
ssl.ServerSocketFactory.provider=
com.ibm.jsse2.SSLServerSocketFactoryImpl
# WebSphere Application Server socket factories (in cryptosf.jar) Comment the following two lines:
#ssl.SocketFactory.provider=
com.ibm.websphere.ssl.protocol.SSLSocket
Factory
#ssl.ServerSocketFactory.provider=
com.ibm.websphere.ssl.protocol.SSLServer
SocketFactory
Example of completed edits:
# Default JSSE socket factories
ssl.SocketFactory.provider=com.ibm.jsse2.SSLSocketFactoryImpl
ssl.ServerSocketFactory.provider=com.ibm.jsse2.SSLServerSocketFactoryImpl
# WebSphere socket factories (in cryptosf.jar)
#ssl.SocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLSocketFactory
#ssl.ServerSocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLServer
SocketFactory


Feedback

Last updated: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)