Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


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:

  1. nostage: does not copy application files to another location.
  2. 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.

  3. stage: copies application files to server targeted in deployment
  4. 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.

  5. external_stage: the user, and not WebLogic Server, copies application files to the server's staging directory.
  6. 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

Testing the Deployment

Viewing Deployed Web Applications

Stopping Deployed Web Applications

Adding or Editing Web Application Deployment Notes

Deleting a Web Application

Monitoring Web Applications and Servlets

Viewing and Updating Run-Time Descriptor Elements

Related Topics

Developing Web Applications for WebLogic Server

Attributes

Table 378-1

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.
WebAppComponentMBean

Attribute: Name


Context Root

The URI, located on the Administration Server, of the original source files for this Web application module.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: ContextRoot


Path

D:\ bea81b\ weblogic81\ samples\ server\ config\ examples\applications\ DefaultWebApp

MBean: weblogic.management.
configuration.
ApplicationMBean

Attribute: 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.
WebAppComponentMBean

Attribute: LoadOrder

Default: 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.
ApplicationMBean

Attribute: StagingMode

Default: null

Valid values:

  • nostage

  • stage

  • external_stage

 

Skip navigation bar  Back to Top Previous Next