To Edit A Connector Connection Pool - Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual

Hide thumbs Also See for GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

c. In the Additional Properties table, add any required properties.
Click Finish.
6
Equivalent asadmin command
More Information
create-connector-connection-pool

To Edit a Connector Connection Pool

In the tree component, expand the Resources node and then the Connectors node. Expand the
1
Connector Connection Pools node and select the connector connection pool you want to edit.
On the Edit Connector Connection Pool page, you can change the settings of this connection
2
pool. (Optional) Under General Settings, modify the description for the connection pool.
Under Pool Settings, you can specify the parameter values as explained in the following table.
3
Parameter
Initial and Minimum Pool Size
Maximum Pool Size
Pool Resize Quantity
Idle Timeout
Max Wait Time
Chapter 7 • Connector Resources
In the previous Create Connector Connection Pool page, you selected a class in the
Connection Definition combo box. If this class is in the server's classpath, then the
Additional Properties table displays default properties.
Managing Connector Connection Pools
Description
The minimum number of connections in the pool.
This value also determines the number of connections
placed in the pool when the pool is first created or
when application server starts.
The maximum number of connections in the pool.
When the pool scales up and scales down towards the
maximum and minimum pool size respectively, it is
resized in batches. This value determines the number
of connections in the batch. Making this value too
large will delay connection creation and recycling;
making it too small will make it less efficient.
The maximum time in seconds that a connection can
remain idle in the pool. After this time expires, the
connection is removed from the pool.
The amount of time the application requesting a
connection will wait before getting a connection
timeout.
83

Advertisement

Table of Contents
loading

Table of Contents