WebLogic stuck thread protection

后端 未结 2 715
别那么骄傲
别那么骄傲 2021-01-01 14:47

By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter. However, I cannot find more details on how ex

2条回答
  •  清酒与你
    2021-01-01 15:33

    The WLS10 WorkManager documentation can cause some real headscratching. See http://blogs.oracle.com/jamesbayer/2010/01/work_manager_leash_for_slow_js.html for a step by step example of how to define a WorkManager for a webapp in weblogic.xml and assign a specific servlet to use it.

    Adding to that example, you can add true to the definition which should prevent threads working for that WorkManager from being counted against a failed server state.

提交回复
热议问题