Skip navigation.

Administration Console Online Help

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

 


Web Service --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

This tab describes the general configuration information for the deployed Web service. In particular, it describes:

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 SOAP Messaging

Related Topics

Developing Web Applications for WebLogic Server

Attributes

Table 405-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


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: 0

Maximum: 231-1

Default: 1000

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

 

Skip navigation bar  Back to Top Previous Next