Administration Console Online Help

 Previous Next Contents Index  

 


WLEC Connection Pool --> Configuration --> General

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure a WLEC connection pool.

Tasks

Configure a New WLEC Connection Pool

Additional Documentation

(Requires an Internet connection.)

Using WebLogic Enterprise Connectivity

Attributes

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

Configurable: yes

Readable: yes

Writable: yes

Primary Addresses

Defines 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 seperated 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

Configurable: yes

Readable: yes

Writable: yes

Failover Addresses

Defines 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

Configurable: yes

Readable: yes

Writable: yes

Domain

Defines 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

Configurable: yes

Readable: yes

Writable: yes

Minimum Pool Size

Defines 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

Configurable: yes

Readable: yes

Writable: yes

Maximum Pool Size

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

MBean: weblogic.management.
configuration.
WLECConnectionPoolMBean

Attribute: MaximumPoolSize

Default: 1

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next