Depending on your environment, you may also need to modify the WebLogic Server’s configuration to avoid issues with too few connection pools and timeouts. The instructions below provide some guidance on configuring your application server, however, your environment may require alternate values.
To modify the WebLogic server configuration:
If the WebLogic Server Administration Console is not already open, open a browser, navigate to
http://
hostname
:7001/console
, enter your WebLogic username and password, and click Log In.Under Domain Structure, expand Services.
Click Data Sources.
Click the link for the
ATGProductionDS
to access its properties.Click the Connection Pool tab.
Set the Maximum Capacity value to 100, then click Save.
Repeat steps 3 through 6 for each of the other datasources:
ATGPublishingDS
,ATGStagingDS
,ATGSwitchingDS_A
, andATGSwitchingDS_B
.Click Data Sources again, and then click the link for
ATGProductionDS
.Click the Targets tab.
Enable the
ATGStaging
server, then click Save.Under Domain Structure, click
base_domain
.Click the JTA tab.
Set the Timeout Seconds value to 500, then click Save.