Using the IIOPS protocol

Enterprise Security allows a Web server plug-in to use IIOPS to establish a secure session with EAServer.

StepsConfiguring the plug-in to use IIOPS

  1. Verify that:

    See “Chapter 11, Security Configuration Tasks” in the EAServer Security Administration and Programming Guide for instructions.

  2. In the SybSecurityPluginConfig.txt configuration file, set the JAGUAR_SERVER_IIOP_URL to use an IIOPS listener:

    JAGUAR_SERVER_IIOP_URL=iiops://lowie:9003
    

    This instructs the plug-in to connect to the machine named “lowie” using the IIOPS listener at port 9003.

Based on your environment, using IIOPS can sometimes diminish performance and may not be necessary. You can instruct the plug-in to use IIOP by setting JAGUAR_SERVER_IIOP_URL to an IIOP listener:

JAGUAR_SERVER_IIOP_URL=iiop://lowie:9000

The SYB_QOP property specifies the QOP that the plug-in uses. Currently, the only QOP supported is “sybpks_intl,” which is set as the default value.