Tuning global transaction timeouts
The global transaction timeout, set at the application server level, defines how long a transaction has to complete before it is terminated by the application server. If this value is set too low, then performance can suffer.
Getting ready
For this recipe, you will need to know the URL and login credentials for the WebLogic administration console that runs on the admin server in your SOA Suite domain. The default URL for the console is http://<servername>:7001/console
. The username and password will have been specified when you created the domain.
If your domain is in the production mode, or does not have Automatically Acquire Lock and Activate Changes, then you will need to acquire the domain configuration lock before making these changes, and apply the changes after saving.
How to do it…
To tune global transaction timeouts, perform the following steps:
Connect to the WebLogic administration console at
http://localhost:7001/console
. Replacelocalhost
and...