Configuring Connection Pool Sizes
7-22
BEA Systems, Inc.
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>
<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 />
</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.
Summary of Contents for WebLogic Server
Page 1: ...BEA WebLogic Adapter for SAP User s Guide DN3501342 0406 April 19 2006 ...
Page 8: ...viii BEA Systems Inc ...
Page 22: ...Component Information for the BEA WebLogic Adapter for SAP 1 10 BEA Systems Inc ...
Page 54: ...Creating an XML Schema 3 20 BEA Systems Inc ...
Page 163: ...Management and Monitoring BEA WebLogic Adapter for SAP User s Guide 7 45 ...
Page 164: ...7 46 BEA Systems Inc ...
Page 294: ...Using Staging BAPIs to Retrieve SAP BW Metadata D 14 BEA Systems Inc ...