Enterprise Security allows a Web server plug-in to use IIOPS to establish a secure session with EAServer.
Configuring the plug-in to use IIOPS
Verify that:
The EAServer listener at the specified port is configured as an IIOPS listener.
The security profile assigned to the listener has sybpks_intl set as the quality of protection (QOP).
See “Chapter 11, Security Configuration Tasks” in the EAServer Security Administration and Programming Guide for instructions.
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.