WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JoltConnectionPool

 


Description

This bean defines a Jolt connection pool.

 


Syntax

<JoltConnectionPool
ApplicationPassword="String"
DeploymentOrder="number"
FailoverAddresses="list of Strings"
MaximumPoolSize="number"
MinimumPoolSize="number"
Name="String"
Notes="String"
PrimaryAddresses="list of Strings"
RecvTimeout="number"
SecurityContextEnabled=( "true" | "false" )
Targets="list of Target names"
UserName="String"
UserPassword="String"
UserRole="String"
/>

 


Parent Elements

 


Attributes

Table 36-1 JoltConnectionPool attributes

Attribute

Description

Range of Values and Default

ApplicationPassword

Defines the application password for this connection pool.

Admin Console field label: Application Password

Required: no

Encrypted: yes

Secure value: null

DeploymentOrder

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 EJBs before it prioritizes and deploys startup classes.

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.

Required: no

Default: 1000

Minimum: 0

Maximum: 231-1

FailoverAddresses

Defines a list of addresses used if connections defined by the primary addresses cannot be established or fail.

Admin Console field label: Failover Addresses

Required: no

MaximumPoolSize

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

Admin Console field label: Maximum Pool Size

Required: no

Default: 1

MinimumPoolSize

Defines the minimun number of connections to be added to the Jolt connection pool when WebLogic Server starts.

Admin Console field label: Minimum Pool Size

Required: no

Default: 0

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PrimaryAddresses

Defines a list of primary addresses used to establish a connection between the Jolt connection pool and Tuxedo.

Admin Console field label: Primary Addresses

Required: no

RecvTimeout

Defines the amount of time the client waits to receive a response before timing out.

Admin Console field label: Recv Timeout

Required: no

Default: 0

SecurityContextEnabled

Indicates whether the security context is enabled for this pool.

Admin Console field label: Security Context Enabled

Required: no

Default: false

Targets

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

Required: no

UserName

Defines the user name for this connection pool.

Admin Console field label: User Name

Required: no

UserPassword

Defines the user password for this connection pool.

Admin Console field label: User Password

Required: no

Encrypted: yes

UserRole

Defines the user role for this connection pool.

Admin Console field label: User Role

Required: no

 

Back to Top Previous Next