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:
- The name of the Web application WAR file which contains the web-services.xml file.
- The context root of the Web service, used when invoking the Web service.
- The full pathname of the Web appliation WAR file.
Tasks
Configuring and Deploying a New Web Service
Undeploying Deployed Web Services
Viewing Web Service Deployment Descriptors
Configuring Web Service Reliable SOAP Messaging
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
URI Return a URI pointing to the application, usually on the Admin Server.MBean: weblogic.management.
configuration.
WebAppComponentMBeanAttribute: 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.
ApplicationMBeanAttribute: LoadOrderDefault: 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.
WebAppComponentMBeanAttribute: DeploymentOrderMinimum: MIN_ORDERMaximum: MAX_ORDERDefault: DEFAULT_ORDERDynamic: 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.
ApplicationMBeanAttribute: StagingModeDefault: nullValid values:
- stage
- external_stage