Web Service --> Configuration --> Other
Tasks Related Topics Attributes
Overview
Use this tab to specify additional configuration information about the Web service, such as the size of the pool used for single threaded mode instance pools, the authentication realm name, and whether the classes located in the WEB-INF directory should be loaded before classes with the same name located in the application or system classloader.
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
Configuring Web Application Components
Attributes
Attribute Label
Description
Value Constraints
Single Threaded Servlet Pool Size The size of the pool used for SingleThreadedModel instance pools.MBean: weblogic.management.
configuration.
WebServiceComponentMBeanAttribute: SingleThreadedServletPoolSizeDefault: 5 Auth Realm Name The Realm in the Basic Authentication HTTP dialog box, which pops up on the browsers.MBean: weblogic.management.
configuration.
WebServiceComponentMBeanAttribute: AuthRealmNameDefault: "weblogic" Prefer Web Inf Classes If true, classes located in the WEB-INF directory of a web-app will be loaded in preference to classes loaded in the application or system classloader. Deprecated the setting from console starting from WLS7.1. Need to set it in weblogic.xml instead.MBean: weblogic.management.
configuration.
WebServiceComponentMBeanAttribute: PreferWebInfClassesDefault: falseValid values:
- true
- false