Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Web Service: Configuration: Descriptor

Configuration Options     Related Topics

The Web Services deployment descriptor files (webservices.xml and weblogic-webservices.xml) describe configuration options when deploying a Web Service. Use this page to configure some of these deployment options for this Web Service.

Configuration Options

Name Description
Single Threaded Servlet Pool Size

This provides size of the pool used for single threaded mode servlets. It

defines the size of the pool used for SingleThreadedModel instance pools.

MBean Attribute:
WebServiceComponentMBean.SingleThreadedServletPoolSize

Changes take effect after you redeploy the module or restart the server.

Auth Realm Name

Provides the name of the Realm in the Basic Authentication HTTP dialog box, which pops up on the browsers. authRealmName is now set in weblogic.xml.

MBean Attribute:
WebServiceComponentMBean.AuthRealmName

Changes take effect after you redeploy the module or restart the server.

Prefer Web Inf Classes

Specifies whether classes loaded in the WEB-INF directory will be loaded in preference to classes loaded in the application or system calssloader.

Deprecated the setting from console beginning with version 8.1. You must now set this in weblogic.xml.

MBean Attribute:
WebServiceComponentMBean.PreferWebInfClasses

Changes take effect after you redeploy the module or restart the server.

Reload Period

The amount of time (in seconds) that WebLogic Server waits to check if a servlet was modified and needs to be reloaded.

How often WebLogic checks whether a servlet has been modified, and if so reloads it. When the value is set to -1, the servlet is never reloaded, and when the vlue is set to 0, the servlet is reloaded after each check.

MBean Attribute:
WebServiceComponentMBean.ServletReloadCheckSecs

Changes take effect after you redeploy the module or restart the server.

Index Directories

Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found.

Indicates whether or not to automatically generate an HTML directory listing if no suitable index file is found.

MBean Attribute:
WebServiceComponentMBean.IndexDirectoryEnabled

Changes take effect after you redeploy the module or restart the server.

Related Topics

 

Skip navigation bar   Back to Top