Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure Version 2.X EJBs


After you have installed an EJB 2.X as a JAR archive or an exploded directory, it is displayed in the Deployments table, where you can access and configure it.

To configure an EJB:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, select Deployments.

    A table that lists the deployments currently installed on WebLogic Server appears in the right pane. The Type column specifies whether a deployment is an enterprise application, a Web application, or an EJB.

  3. In the Deployments, select the name of the EJB you want to configure.
  4. Select the Overview page to view general configuration information about the EJB, such as its name, path to the source of the application, and deployment plan. You can also edit some of the information on this page, such as deployment order. Click Save to save any changes.
  5. Select the Deployment Plan page to view and change tuning parameters and resource dependencies for the EJB. Click Save to save any changes.
  6. Select the Configuration > Application page to view and change session information. Click Save to save the configuration changes.
  7. Select the Configuration > Workload page to configure a work manager that will manage the work requests. Click Save to save the configuration changes.

    Note: You must create a Work Manager before you can associate it to the EJB.

  8. Select the Configuration > Instrumentation page to enable instrumentation and to define diagnostic monitors for the EJB. Click Save to save the configuration changes.
  9. Select the Security > Roles page to view and change security role information. Click Save to save any changes.
  10. Select the Security > Policies page to view and change security policy information. Click Save to save any changes.
  11. Select the Targets page to view and change the servers and clusters to which the EJB is deployed. Click Save to save any changes.
  12. Select the Control > Start/Stop page to stop and start the EJB.
  13. Select the Control > Initialize Caches page to manually clear the caches and pools of the idle beans in application-level caches, to suspend or resume MDBs, and to activate timer objects if these settings apply to your EJB.
  14. Select the Testing page to use a test point, if one has been defined for your EJB, to verify that the EJB has been successfully deployed.
  15. Select the Monitoring page to display statistics for the work managers, constraints, and request classes that have been configured for your EJB.
  16. Select the Notes page to view and enter optional notes about your EJB. Click Save to save any changes.
  17. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Back to Top