Previous Topic

Next Topic

Book Contents

Book Index

Configuring NamingViewer (browser for Naming Service)

The NamingViewer utility supports the browsing of secure naming services that use SSL with JacORB implementation of CORBA.

You can find SSL parameters for JacORB in the jacorb.properties file, in the following directory:

<Control-M/EM_directory>/etc/jacorb.properties

To enable browsing of secure naming services with SSL:

  1. In the jacorb.properties file, set the jacorb.security.support_ssl parameter to on.
  2. JacORB client on IBM (example IBM AIX) must set the following parameters in jacorb.properties file (for IBM JSSE implementation):

    jacorb.security.jsse.server.key_manager_algorithm=IbmX509

    jacorb.security.jsse.server.trust_manager_algorithm=IbmX509

    jacorb.security.jsse.client.key_manager_algorithm=IbmX509

    jacorb.security.jsse.client.trust_manager_algorithm=IbmX509

    The default value for all the above parameters above is SunX509 (Sun JSSE implementation).

To browse non-secure naming services:

  1. Edit the jacorb.properties file manually.
  2. Set the jacorb.security.support_ssl parameter to off.

Parent Topic

Advanced Settings and Configurations