Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Application: Configuration: Workload

Configuration Options     Related Tasks     Related Topics

J2EE enterprise applications, Web application modules, EJBs, and RMI applications can specify named Work Managers for use for managing their work requests. This page lists the Work Managers, request classes, and constraints associated with this Enterprise application.

A Work Manager defines a set of request classes and thread constraints that manage work performed by WebLogic Server. A request class defines a fair share thread entitlement, a response time goal, or a context policy for a particular class of application request. Thread constraints define the maximum number of threads to allocate for requests, the minimum number of threads to use for resolving deadlocks, and the total number of requests that can be queued or running before WebLogic Server begins rejecting requests.

To associate a global Work Manager to an Enterprise application, you must update the weblogic-application.xml deployment descriptor file by adding a <dispatch-policy> element. After you redeploy the application, the Work Manager will be listed in this table.

Configuration Options

Name Description
Name

The name of the Work Manager.

Changes take effect after you redeploy the module or restart the server.

Type

The Work Manager component type.

Related Tasks

Related Topics


Back to Top