Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Application: Overview

Configuration Options     Related Tasks     Related Topics

Use this page to view the general configuration of an Enterprise application, such as its name, the physical path to the application files, the associated deployment plan, and so on. The table at the end of the page lists the modules (such as Web applications and EJBs) that are contained in the Enterprise application. Click on the name of the module to view and update its configuration.

Configuration Options

Name Description
Name

The name of this Enterprise Application.

MBean Attribute:
ApplicationMBean.Name

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

Path

The path to the source of the deployable unit on the Administration Server.

Rules:

  • If InstallDir is null, the source path must be an absolute path.

  • If the source path is relative, it is resolved relative to InstallDir/app.

Use AbsoluteSourcePath to get a fully resolved value.

MBean Attribute:
AppDeploymentMBean.SourcePath

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

Deployment Plan

The path to the deployment plan document on Administration Server.

Rules:

  • If PlanDir is null, the plan path must be an absolute path.

  • If the plan path is a relative path, it is resolved relative to PlanDir.

Use AbsolutePlanPath to get a fully resolved value.

If there is no plan, this returns no plan specified.

MBean Attribute:
AppDeploymentMBean.PlanPath

Staging Mode

The mode that specifies whether a deployment's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.

Staging mode for an application can only be set the first time the application is deployed. Once staging mode for an application is set, it cannot be changed while the application is configured in the domain. The only way to change staging mode is to undeploy then redeploy the application.

This attribute overrides the server's staging mode.

MBean Attribute:
AppDeploymentMBean.StagingMode

Security Model

The security deployment model.

The value of this attribute is defaulted from the same attribute in the weblogic.management.security.RealmMBean unless overridden on the deployment command line or by the deployment assistant. The order of precedence for the value of this attribute is: 1. The value set in the deployment command line or deployment assistant 2. The value set in the realm's deployment security setting 3. The value set in application's deployment security setting

MBean Attribute:
AppDeploymentMBean.SecurityDDModel

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

Deployment Order

A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup.

Units with lower Load Order values are deployed before those with higher values.

MBean Attribute:
AppDeploymentMBean.DeploymentOrder

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

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top