Thursday, May 26, 2016

Oracle HTTP Server http request timeout

By default, WLIOTimeoutSecs for the WebLogic Plugin is configured to 300 seconds.

You can increase it (1800 seconds for example) as follows:

<Location /xxx>
      SetHandler weblogic-handler
      WebLogicHost xxxxxxxxxxx
      WebLogicPort xx
      WLIOTimeoutSecs 1800
</Location>

No comments:

Post a Comment