Previous Topic

Next Topic

Book Contents

Book Index

Configuring Control-M/EM API JacORB

The SSL parameters for JacORB are in the jacorb.properties file.

These parameters are described in JacORB parameters.

To configure Control-M/EM APIs to use the SSL protocol:

  1. Run emapi-configure with the -ssl option, or edit the jacorb.properties file manually as follows:
    1. Set the jacorb.security.support_ssl parameter to on.
    2. Set the ORBInitRef.NameService parameter to corbaloc:ssliop:ns_host:ns_port/NameService (replace ns_host and ns_port with the correct values).

    For information about emapi-configure, see Control-M/EM API Installation.

  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 parameters above is SunX509 (Sun JSSE implementation).

    The jacorb.properties file is located in the following directory:

    <EM API>/etc/jacorb.properties

To configure Control-M/EM APIs to use the TCP/IP protocol:

Parent Topic

Advanced Settings and Configurations