bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WLECConnectionPool

Description

This bean defines a WLEC connection pool.

Syntax

<!ELEMENT WLECConnectionPool EMPTY >
<!ATTLIST WLECConnectionPool
   ApplicationPassword        CDATA                    #IMPLIED
   CertificateAuthenticationEnabled
                              (true | false)           "false"
   DeploymentOrder            CDATA                    "1000"
   FailoverAddresses          CDATA                    #IMPLIED
   MaximumEncryptionLevel     CDATA                    "0"
   MaximumPoolSize            CDATA                    "1"
   MinimumEncryptionLevel     CDATA                    "0"
   MinimumPoolSize            CDATA                    "1"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PrimaryAddresses           CDATA                    #IMPLIED
   SecurityContextEnabled     (true | false)           "false"
   Targets                    CDATA                    #IMPLIED
   UserName                   CDATA                    #IMPLIED
   UserPassword               CDATA                    #IMPLIED
   UserRole                   CDATA                    #IMPLIED
   WLEDomain                  CDATA                    #IMPLIED
>

Parent Elements

The WLECConnectionPool element is a child of the Domain element.

Attributes

Table 82-1 WLECConnectionPoolMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Application-Password

Defines the password for the application. This field is required when the security level in the WLE domain is APP_PW, USER_AUTH, ACL, or MANDATORY_ACL.


Application Password

Certificate-Authentication-Enabled

Defines the state of certificate authentication.

  • When you use certificate authentication, WLEC uses the values for the User Name and Application Password fields to create a certificate for WLEC.

  • If you do not use certificate authentication, WLEC uses password authentication or no authentication, depending on the security level of the WLE domain.

  • If password authentication is required, WLEC uses the values for the User Name and User Password fields to authenticate.

Default: false

Enable Certificate Authentication

Deployment-Order

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all startup classes before it prioritizes and deploys EJBs.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

Default: 1000

Minimum: 0

Maximum: 2147483647

Deployment Order

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 semicolons.


Failover Addresses

Maximum-Encryption-Level

Defines the maximum SSL encryption level used between the Tuxedo domain and WebLogic Server.

  • Zero (0) indicates that the data is signed but not sealed.

  • 40, 56, and 128 specify the length, in bits, of the encryption key.

  • The default is the maximum level allowed by the Encryption Package kit license.

  • If this minimum level of encryption is not met, the SSL connection between Tuxedo and WebLogic Server fails.

Default: 0

Maximum Encryption Level

Maximum-Pool-Size

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

Default: 1

Maximum Pool Size

Minimum-Encryption-Level

Defines the minimum SSL encryption level used between the Tuxedo domain and WebLogic Server.

  • Zero (0) indicates that the data is signed but not sealed.

  • 40, 56, and 128 specify the length, in bits, of the encryption key.

  • Default value is 40.

  • If this minimum level of encryption is not met, the SSL connection between Tuxedo and WebLogic Server fails.

Default: 0

Minimum Encryption Level

Minimum-Pool-Size

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

Default: 1

Minimum Pool Size

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Primary-Addresses

Defines the list of addresses for IIOP Listener/Handlers used to establish a connection between the WLEC connection pool and the WLE 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 semicolons. Example: //main1.com:1024;

  • 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.


Primary Addresses

Security-Context-Enabled

Defines the state of the security context the WebLogic Server User passed to the Tuxedo domain. If selected, security context is enabled.

Default: false

Enable Security Context

Targets

The targets in the current domain on which this item can be deployed.


Targets

User-Name

Defines the name of a qualified user. This field is required only when the security level in the Tuxedo domain is USER_AUTH, ACL or MANDATORY_ACL.


User Name

User-Password

Defines the password of the qualified user specified in the User Name field. This field is required only when you define the User Name field.


User Password

User-Role

Defines the user role for this connection pool. This field is required when the security level in the WLE domain is APP_PW, USER_AUTH, ACL, or MANDATORY_ACL.


User Role

WLEDomain

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.


Domain


 

 

Back to Top Previous Next