Administration guide > Secure the deployment environment > Tutorial: Security in a mixed environment > Module 3: Configure transport security


Secure the deployment environment > Tutorial: Integrate WebSphere eXtreme Scale security with WAS > Module 3: Configure transport security > Securing the deployment environment > Tutorial: Integrate WebSphere eXtreme Scale security in a mixed environment with an external authenticator > Module 3: Configure transport security >

< Previous | Next >

< Previous | Next >


Lesson 3.3: Check the orb.properties file

With WebSphere eXtreme Scale Version 7.0 or earlier, verify that the SSL works correctly between WebSphere Application Server and WebSphere eXtreme Scale servers. You must edit the orb.properties file in the JAVA_HOME/jre/lib directory must contain the specific properties.

If you are using WebSphere eXtreme Scale Version 7.1 or later, changing the orb.properties file is not necessary. The attributes are automatically added at run time if they are not present in the orb.properties file.


orb.properties file

The following lines in bold text are not in the default orb.properties file in the Java™ Development Kit that is shipped by WebSphere Application Server. Add these lines to the orb.properties file:

# IBM JDK properties  
org.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB
org.omg.CORBA.ORBSingletonClass=com.ibm.rmi.corba.ORBSingleton
javax.rmi.CORBA.StubClass=com.ibm.rmi.javax.rmi.CORBA.StubDelegateImpl
javax.rmi.CORBA.PortableRemoteObjectClass=com.ibm.rmi.javax.rmi.PortableRemoteObject
javax.rmi.CORBA.UtilClass=com.ibm.ws.orb.WSUtilDelegateImpl

# WS Plugins
com.ibm.CORBA.ORBPluginClass.com.ibm.ws.orbimpl.transport.WSTransport
com.ibm.CORBA.ORBPluginClass.com.ibm.ws.orbimpl.WSORBPropertyManager
com.ibm.CORBA.ORBPluginClass.com.ibm.ISecurityUtilityImpl.SecurityPropertyManager
org.omg.PortableInterceptor.ORBInitializerClass.com.ibm.ws.objectgrid.corba.ObjectGridInitializer

# WS ORB & Plugins properties
com.ibm.ws.orb.transport.ConnectionInterceptorName=com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityConnectionInterceptor
com.ibm.ws.orb.transport.WSSSLClientSocketFactoryName=com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl
com.ibm.CORBA.enableLocateRequest=true
com.ibm.CORBA.ORBCharEncoding=UTF8
com.ibm.CORBA.ForceTunnel=never
com.ibm.CORBA.TransportMode=Pluggable
com.ibm.CORBA.ServerName=ogserver
org.omg.PortableInterceptor.ORBInitializerClass.com.ibm.ISecurityLocalObjectBaseL13Impl.SecurityComponentFactory


Lesson checkpoint

For the WebSphere eXtreme Scale Version 7.0 or earlier configuration, you edited the orb.properties file to contain the necessary properties.

< Previous | Next >

< Previous | Next >


+

Search Tips   |   Advanced Search