Oracle Weblogic Server (MOSC)

MOSC Banner

Oracle HTTP Serverのタイムアウトについて

Oracle HTTP ServerとWebLogicでWebシステムを動かしています。

ブラウザからボタンを押してサーバーからの応答に時間がかかる場合に、120秒でタイムアウトになってしまいます。

Oracle HTTP Serverのタイムアウトになっていると思われます。

mod_wl_ohs.confに、WLIOTimeoutSecs 180と設定を入れてみましたが、変わらず120秒でタイムアウトになっています。(数値を30に設定しても変わりませんでした。)

設定方法が間違っていますでしょうか?

以下はmod_wl_ohs.confの設定内容です。

<IfModule weblogic_module>

  <LocationMatch /*>

    SetHandler weblogic-handler

    WebLogicHost 172.16.60.10

    WebLogicPort 7003

    PathPrepend /testsystem

    WLIOTimeoutSecs 30

  </LocationMatch>

</IfModule>

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