Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure an enterprise application


An enterprise application is an EAR archive or exploded directory that contains one or more Web applications, EJB modules, Web services, or resource adapters. An enterprise application is defined by the standard Java EE application.xml file and by the optional WebLogic-specific weblogic-application.xml file.

The following procedure describes how to update the configuration of an already-installed enterprise application.

  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 all 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 module.

  3. In the Deployments table, select the name of the enterprise application you want to configure.
  4. On the Overview page, view or change general configuration information about the enterprise application, such as its name, path to the source of the application, and deployment plan. The Modules and Components table lists all of the Web applications, EJB modules, and Web services that are contained in the application.

    Click Save to save any configuration changes to a deployment plan.

  5. Select the Configuration > Application page to view and change session information. Click Save to save the configuration changes to a deployment plan.
  6. 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