Configuring Connection Pool Sizes
Configuring Connection Pool Sizes
The following topic describes how to configure connection pool sizes for the Connector for
JCA.
Procedure: How to Configure Connection Pool Sizes
To configure connection pool sizes:
1. Extract the ra.xml file from the iwafjca.rar file.
2. Open the extracted ra.xml file in a text editor.
3. Locate and change the following setting:
pool-params. The JCA Resource Connector has an initial capacity value of 0 by default
and cannot be changed. The maximum capacity value is 10 by default and can be
changed to a higher value.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE weblogic-connection-factory-dd (View Source for full
doctype...)>
- <weblogic-connection-factory-dd>
</weblogic-connection-factory-dd>
4. Save the file and exit the editor.
5. Return the ra.xml file to the iwafjca.rar file.
6. Redeploy the connector.
7-22
<connection-factory-name>IWAFJCA</connection-factory-name>
<jndi-name>eis/IWAFConnectionFactory</jndi-name>
- <pool-params>
<initial-capacity>0</initial-capacity>
<max-capacity>10</max-capacity>
<capacity-increment>1</capacity-increment>
<shrinking-enabled>false</shrinking-enabled>
<shrink-period-minutes>200</shrink-period-minutes>
</pool-params>
<security-principal-map />
BEA Systems, Inc.
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?