Increasing the HTTP accept backlog
The HTTP accept backlog determines how many HTTP requests can be queued by the WebLogic server if there are not enough threads available to service them.
Getting ready
For details on this, refer to the Getting ready section of the Tuning global transaction timeouts recipe.
How to do it…
To increase the HTTP accept backlog, consider the following steps:
Connect to the WebLogic administration console at
http://localhost:7001/console
. Replacelocalhost
and7001
with the hostname and port of the server if it is not running locally on7001
. If this is the first time you have accessed the WebLogic console since starting the server, WebLogic will first deploy the console application, which may take a few minutes.Log in to the console using your administration credentials.
Navigate to Environment, and then Servers on the left-hand navigation pane.
Select the server with the SOA infrastructure deployed (if there are multiple servers with the SOA infrastructure deployed...