multithreading - Weblogic: defining a separate thread pool for a servlet -
i have weblogic 10.3 server , ear application deployed on it.
i want 1 of servlets (that application uses) have free threads perform requests. can set servlet separate thread pool? or can advise me else?
thank you, alex
figured out myself. needed define workmanager in weblogic.xml of application , in web.xml needed apply new workmanager servlet.
more creating , using workmanagers in weblogic: http://docs.oracle.com/cd/e23943_01/web.1111/e13701/self_tuned.htm#cnfgd117 http://www.itbuzzpress.com/weblogic-tutorials/weblogic-pools-configuration/using-workmanagers-in-your-applications.html
Comments
Post a Comment