Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Servers: Configuration: Deployment

Configuration Options     Related Tasks     Related Topics

Use this page to define the default deployment staging configuration for this server.

Use this page to:

Configuration Options

Name Description
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.

During application preparation, the application's files are copied from the source on the Administration Server to the Managed Server's staging area. If you specify nostage or external_stage, the copy will not occur. This is useful when the staging area is a shared directory, already containing the application files, or if this is a single server domain. The administrator must ensure that the Managed Server's staging directory is set appropriately. Deployment errors will result if the application is not available during the preparation or activation of the application. Each application can override the staging mode specified here.

MBean Attribute:
ServerMBean.StagingMode

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

Staging Directory Name

The directory path on the Managed Server where all staged (prepared) applications are placed.

If an absolute directory name is not specified, the path is relative to the root directory "/". Once configured, you cannot change the staging directory name. Remove all applications from the server prior to changing this attribute. The default staging directory is "stage", relative to the server root.

MBean Attribute:
ServerMBean.StagingDirectoryName

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

Upload Directory Name

The directory path on the Administration Server where all uploaded applications are placed.

If an absolute directory name is not specified, the path is relative to the root directory "/". The default staging directory is "stage", relative to the server root. On the Managed Server this returns null, and is not configurable.

MBean Attribute:
ServerMBean.UploadDirectoryName

Secure value: An absolute directory that is outside the root directory of any WebLogic Server instance or application, and that resides on a physical disk that is separate from the WebLogic Server host's system disk.

Related Tasks

Related Topics


Back to Top