bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Application --> Configuration

Tasks     Related Topics     Attributes

Overview

In the Application > Configuration tab, you configure a new Application to be deployed to WebLogic Server or cluster.

Tasks

Deploying a New Enterprise Application or Web Service

Viewing Deployed Enterprise Applications

Stopping Deployed Enterprise Applications

Adding or Editing Application Deployment Notes

Deleting an Application or Application Module

Monitoring Enterprise Applications

Related Topics

Applications

See Developing WebLogic Server Applications.

Attributes

Table 1-2

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: Name


Path

The location of the original source application files on the Admin Server. Relative paths are based on the root of the Admin Server installation directory. It is highly recommended that you use absolute paths to minimize possible issues when upgrading the server.

If the application is not being staged (StagingMode==nostage) then the path must be valid on the target server.

The path to an Enterprise application (EAR) is the location of the EAR file or the root of the EAR if it is unarchived. e.g. Path="myapps/app.ear" is valid. If the application is a standalone module, then the path is the parent directory of the module. For example, if the module is located at myapps/webapp/webapp.war, the Path="myapps/webapp" is correct, whereas Path="myapps/webapp/webapp.war" is incorrect.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: Path


Deployment Protocol

The deployment protocol to use for this here application.


Staging Mode

Indicates whether this application is being staged. Staging involves distributing the application files from the admin server to the targeted managed servers staging directory. This attribute is used to override the managed server's StagingMode attribute.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: StagingMode


Staging Path

Identifies the directory path on the managed server relative to the server's StagingDirectoryName. This is the path used to prepare and activate an application on a managed server.

This attribute is derived from the Path attribute, and depends on whether the application is being staged. If the Path attribute for application myapp is foo.ear, the staging path is set to myapp/foo.ear. If the path is C:\myapp.ear, the staging path is myapp/myapp.ear.

If the application is not being staged (StagingMode==nostage), then the staging path is the same as the Path attribute. If this application is not being staged, the staging path is equivalent to source path (Path attribute)

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: StagingPath


Load Order

Specifies the order applications are loaded at server startup. Applications with the lowest values are loaded first.

Application ordering is only supported for applications deployed with the 2 phase protocol.

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: LoadOrder

Default: 100

 

Back to Top Previous Next