Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure concurrent managed object templates

Before you begin

Review the following information to help you select the type of concurrent managed object (CMO) template for your environment:

WebLogic Server provides concurrency capabilities to Java EE applications by using CMO templates to make threads container-managed. You configure CMO templates and then make them available for use by application components, such as servlets and EJBs, either globally in a domain or scoped to a partition. You can define three types of CMO templates:

CMO templates can be defined at the domain level or can be scoped to a partition.

The main steps for configuring a CMO template are:

  1. In the left pane of the Console, expand Environment and select Concurrent Templates.
  2. On the Summary of Concurrent Managed Object Templates page, click New.
  3. Select the CMO template type from the drop-down box and configure it to be available either globally to an entire domain or scoped to a specified partition.

After you finish

You do not need to restart the Administration Server after creating and initially configuring a CMO template. However, if you modify an existing CMO template, you must restart the Administration Server.


Back to Top