Managing Connector Connection Pools

c.In the Additional Properties table, add any required properties.

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.

6Click Finish.

More Information Equivalent asadmin command

create-connector-connection-pool

To Edit a Connector Connection Pool

1In the tree component, expand the Resources node and then the Connectors node. Expand the Connector Connection Pools node and select the connector connection pool you want to edit.

2On the Edit Connector Connection Pool page, you can change the settings of this connection pool. (Optional) Under General Settings, modify the description for the connection pool.

3Under Pool Settings, you can specify the parameter values as explained in the following table.

Parameter

Description

 

 

Initial and Minimum Pool Size

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.

 

 

Maximum Pool Size

The maximum number of connections in the pool.

 

 

Pool Resize Quantity

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.

 

 

Idle Timeout

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.

 

 

Max Wait Time

The amount of time the application requesting a

 

connection will wait before getting a connection

 

timeout.

 

 

Chapter 7 • Connector Resources

83

Page 83
Image 83
Sun Microsystems 820433510 manual To Edit a Connector Connection Pool, Create-connector-connection-pool