Administration Console Online Help

 Previous Next Contents Index  

 


Server --> Configuration --> Deployment

Tasks     Additional Documentation     Attributes

Overview

Use the Server-->Configuration-->Deployments tab to:

Tasks

Additional Documentation

(Requires an Internet connection.)

Starting and Stopping WebLogic Servers

Attributes

Attribute Label

Description

Value Constraints

Staging Mode

During application preparation, the application's files are copied from the source on the admin server to the managed server's staging area. If this attribute is 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. This attribute can be overridden with the ApplicationMBean StagingMode attribute.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: StagingMode

Default: null

Valid values:

  • "stage"

  • "nostage"

  • "external_stage"

Configurable: yes

Readable: yes

Writable: yes

Staging Directory Name

Identifies the directory path on the managed server where all staged (prepared) applications are placed. This attribute is not dynamic. If an absolute directory name is not specified, the path is relative to rootdirectory/ Once configured, this attribute may not be changed. Remove all applications from the server prior to changing this attribute. Changes to this attribute require a server restart to take effect. The default staging directory is "stage", relative to the server root..

Configurable: yes

Readable: yes

Writable: yes

Upload Directory Name

Identifies the directory path on the AdminServer where all uploaded applications are placed. If an absolute directory name is not specified, the path is relative to rootdirectory/ The default staging directory is "stage", relative to the server root.. On the ManagedServer this returns null, and is not configurable

MBean: weblogic.management.
configuration.ServerMBean

Attribute: UploadDirectoryName

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next