Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

JMS Module: Overview

Configuration Options     Related Tasks     Related Topics

Use this page to configure a new application or view the configuration of an application that has already been deployed.

Configuration Options

Name Description
Name

The name of this application deployment.

Path

MBean Attribute:
AppDeploymentMBean.Path

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.

Install Directory

The path to application's install-root directory, relative to the domain/config/deployments directory.

When the Install Directory is specified, SourcePath, PlanDir, and PlanPath are derived from this path, and need not be specified.

Default value for this is the name of the deployment.

MBean Attribute:
AppDeploymentMBean.InstallDir

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 an application's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation.

Deployment Order

An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.

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

MBean Attribute:
AppDeploymentMBean.DeploymentOrder

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

Deployment Principal Name

A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specifed, then the anonymous principal will be used.

MBean Attribute:
BasicDeploymentMBean.DeploymentPrincipalName

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

Name
Type
Targets

Related Tasks

Related Topics


  Back to Top