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

Administration Console Online Help

 Previous Next Contents Index  

 


Web Service --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

Use this tab to set the deployment order and staging mode of the Web service. The deployment with the lowest deployment order value will be deployed first.

All types of applications and components (Enterprise Applications, Web applications, Web services, etc.) use the same staging modes. Available staging modes are:

  1. 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 application detects changes to JSPs and servlets.

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

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

Configuring and Deploying a New Web Service

Viewing Deployed Web Services

Undeploying Deployed Web Services

Deleting a Web Service

Viewing Web Service Deployment Descriptors

Configuring Web Service Reliable Messaging

Related Topics

Developing Web Applications for WebLogic Server

Attributes

Table 9-3

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


URI

Return a URI pointing to the application, usually on the Admin Server.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: URI


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

Deployment Order

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: DeploymentOrder

Minimum: MIN_ORDER

Maximum: MAX_ORDER

Default: DEFAULT_ORDER

Dynamic: yes

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

 

Back to Top Previous Next