Technical data

Configuring Security Context Propagation
Administration Guide 14-69
WebLogic Server environment obtain IIOP connections from a WLEC connection
pool and use those connections to call objects and invoke operations in BEA Tuxedo
domains.
Before using security context propagation, add
TUXDIR/lib/wleorb.jar and
TUXDIR/lib/wlepool.jar to the CLASSPATH variable in the
startAdminWebLogic.sh or startAdminWebLogic.cmd file.
For more information, see Using WebLogic Enterprise Connectivity..
To implement security context propagation:
1. Go to the Services
WLEC node in the left pane of the Administration Console.
2. In the right pane of the Administration Console, click the Create a new WLEC
Connection Pool link.
3. Define the attributes in the following table:
Table 14-21 WLEC Connection Pool Attributes on the General Tab
Attribute Description
Name Name of the WLEC connection pool. The name must
be unique for each WLEC connection pool.
Primary Addresses A list of addresses for IIOP Listener/Handlers that can
be used to establish a connection between the WLEC
connection pool and the BEA Tuxedo domain. The
format of each address is //hostname:port.
The addresses must match the ISL addresses defined in
the
UBBCONFIG file. Multiple addresses are separated
by semicolons. For example:
//main1.com:1024;
//main2.com:1044.
To configure the WLEC connection pool to use the SSL
protocol, use the
corbalocs prefix with the address
of the IIOP Listener/Handler. For example:
corbalocs://hostname:port.
Failover Addresses A list of addresses for IIOP Listener/Handlers that are
used if connections cannot be established with the
addresses defined in the Primary Addresses attribute.
Multiple addresses are separated by semicolons. This
attribute is optional.