Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


WLEC Connection Pool --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure a WLEC connection pool.

Tasks

Configure a New WLEC Connection Pool

Related Topics

WLEC to WebLogic Tuxedo Connector Migration Guide

Attributes

Table 410-1

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: Name


Primary Addresses

The list of addresses for IIOP Listener/Handlers used to establish a connection between the WLEC connection pool and the 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 commas. 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. Example: corbalocs://hostname:port.

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: PrimaryAddresses


Failover Addresses

The list of addresses for IIOP Listener/Handlers used if connections defined in the primary addresses cannot be established or fail. Multiple addresses are separated by commas.

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: FailoverAddresses


Domain

The name of the WLEC domain to which the pool is connected.

  • You can have only one WLEC connection pool per Tuxedo domain.

  • The domain name must match the domainid parameter in the RESOURCES section of the UBBCONFIG file for the Tuxedo domain.

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: WLEDomain


Minimum Pool Size

The number of IIOP connections to be added to the WLEC connection pool when WebLogic Server starts.

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: MinimumPoolSize

Default: 1

Maximum Pool Size

The maximum number of IIOP connections that can be made from the WLEC connection pool.

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: MaximumPoolSize

Default: 1

 

Skip navigation bar  Back to Top Previous Next