Oracle Weblogic Server (MOSC)

MOSC Banner

WLIOTimeoutSecs weblogic plug-in with Apache 2.2

edited Aug 19, 2014 7:37AM in Oracle Weblogic Server (MOSC) 2 commentsAnswered ✓

Hi!

We are using Weblogic Server 10.3.3 with Apache 2.2.22 (Win32) + mod_wl_22.so

we have configured the load-balancer with the following configuration:

<IfModule mod_weblogic.c>
  WebLogicCluster 10.1.6.204:8008,10.1.6.206:8008
  Debug OFF
  WLLogFile             c:/tmp/global_proxy.log 
  WLTempDir             "c:/myTemp"
  DebugConfigInfo       On
  ConnectTimeoutSecs 10
  Idempotent OFF
  FileCaching OFF
  WLIOTimeoutSecs 30
  ErrorPage http://10.1.6.128:9080/error.xml
  KeepAliveEnabled ON
  KeepAliveSecs  15
</IfModule>
<Location /WebService>
  SetHandler weblogic-handler
  ConnectTimeoutSecs 5
  Idempotent OFF
  WLIOTimeoutSecs 50
  WebLogicCluster 10.1.6.204:8008,10.1.6.206:8008
</Location>

Response of web service to client should be less than 60 seconds.

We set parameter WLIOTimeoutSecs = 50, but sometimes it does not work and response longer than 60 seconds.

Avg workload ~ 40 req/sec and about 200 active sessions, ThreadsPerChild = 3000 (mpm_winnt)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center