Web Application --> Configuration --> General
Tasks Related Topics Attributes
Overview
Use this tab to set the deployment order and staging mode of the application. The deployment with the lowest deployment order value will be deployed first.
Available staging modes are:
- nostage: does not copy application files to another location.
A server in nostage mode will run applications deployed to it directly from their source directories. In this mode, the web application container detects changes to JSPs and servlets.
- stage: copies application files to server targeted in deployment
The stage mode means that the application will automatically be copied to the staging directory on the server. The servers will initialize and run the application from this directory.
- external_stage: the user, and not WebLogic Server, copies application files to the server's staging directory.
The deployment should be copied to a directory with the same name as the application name under each target server's staging directory.
The external stage mode means that the application will be run from a staging directory, to which an external entity is expected to distribute the files. This mode is useful in environments that are managed by third-party tools.
Tasks
Designating a Default Web Application
Deploying a New Web Application
Viewing Deployed Web Applications
Stopping Deployed Web Applications
Adding or Editing Web Application Deployment Notes
Monitoring Web Applications and Servlets
Viewing and Updating Run-Time Descriptor Elements
Related Topics
Developing Web Applications for WebLogic Server
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.
WebAppComponentMBeanAttribute: Name
Context Root The URI, located on the Administration Server, of the original source files for this Web application module. MBean: weblogic.management.
configuration.
WebAppComponentMBeanAttribute: ContextRoot
Path D:\ bea81b\ weblogic81\ samples\ server\ config\ examples\applications\ DefaultWebAppMBean: weblogic.management.
configuration.
ApplicationMBeanAttribute: Path
Load Order A numerical value that indicates when this module or application is deployed, relative to other deployable modules and applications. Modules with lower Load Order values are deployed before those with higher values.MBean: weblogic.management.
configuration.
WebAppComponentMBeanAttribute: LoadOrderDefault: 100 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.
ApplicationMBeanAttribute: StagingModeDefault: nullValid values:
- nostage
- stage
- external_stage