Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

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.

Archive Version

The archive version, from the manifest or overridden during deployment.

Plan Version

The deployment plan version, specified during deployment.

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 model that is used to secure a deployed module.

To set this value, you can use the weblogic.Deployer command-line tool, the Deployment Assistant in the Administration Console, the WebLogic Scripting Tool (WLST), or some other JMX client.

If you deploy a module using one of the previously mentioned tools and you do not specify a security model value, the module is secured with the security realm's default model ( see RealmMBean SecurityDDModel ).

If you deploy a module by modifying the domain's config.xml file and restarting the server, and if you do not specify a security model value for the module in config.xml, the module is secured with the DDOnly model, which is the default value of this AppDeploymentMBean attribute.

In summary, the order of precedence for the value of this attribute is as follows:

  • If you deploy a module using a runtime deployment utility, the order of precedence is:

    1. The value set by the deployment utility.

    2. The value set as the security realm's default security model.

  • If you deploy a module by modifying config.xml and restarting the server, the order of precedence is:

    1. The value that you specify for the module in config.xml.

    2. The default value of this AppDeploymentMBean SecurityDDModel attribute.

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


  Back to Top