Administration Console Online Help
|
Application --> Configuration
Tasks Additional Documentation Attributes
Overview
In the Application > Configuration tab, you configure a new J2EE application component to be deployed in WebLogic Server.
Tasks
Configuring and Deploying Applications
Configuring and Deploying Applications
Viewing Deployed Applications
Undeploying Deployed Applications
Updating Deployed Applications
Editing Application Deployment Descriptors
Additional Documentation
(Requires an Internet connection.)
Applications
Application Deployment Descriptor Editor (EAR)
See Developing WebLogic Server Applications.
Attributes
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
|
Configurable: yes
Readable: yes
Writable: yes
|
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 to 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. e.g. 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
|
Configurable: yes
Readable: yes
Writable: yes
|
StagingPath
|
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
|
Configurable: yes
Readable: yes
|
Load Order
|
Specifies the order in which applications are loaded at server startup, relative to other application. 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
|