Konfigurasi Oracle HTTP Server (OHS) Timeout

Untuk mengkonfigurasi timeout dari Oracle HTTP Server, tambahkan setting WLIOTimeoutSecs dan WLSocketTimeoutSecs pada file mod_wl_ohs.conf

Buka file mod_wl_ohs.conf, tambahkan setting WLIOTimeoutSecs dan WLSocketTimeoutSecs pada tag <Location>.
<Location /context_path>
      SetHandler weblogic-handler
      WebLogicHost 101.202.303.404
      WebLogicPort 7001
      WLIOTimeoutSecs 2700
      WLSocketTimeoutSecs 2700
</Location>

Setelah selesai mengedit file mod_wl_ohs.conf, kemudian restart OHS.

Komentar

Popular Posts

Menghitung Jumlah Karakter Tertentu Pada C++

Membuat Shape Menggunakan JavaFX

Mengubah Versi Dynamic Web Module untuk Maven Project di Eclipse