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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WebServiceComponent

Syntax

<!ELEMENT WebServiceComponent EMPTY >
<!ATTLIST WebServiceComponent
   Application                CDATA                    #IMPLIED
   AuthFilter                 CDATA                    #IMPLIED
   AuthRealmName              CDATA                    "weblogic"
   DeploymentOrder            CDATA                    "1000"
   IndexDirectoryEnabled      (true | false)           "false"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PreferWebInfClasses        (true | false)           "false"
   ServletExtensionCaseSensitive
                              (true | false)           "false"
   ServletReloadCheckSecs     CDATA                    "1"
   SessionMonitoringEnabled   (true | false)           "false"
   SingleThreadedServletPoolSize
                              CDATA                    "5"
   Targets                    CDATA                    #IMPLIED
   URI                        CDATA                    #REQUIRED
   VirtualHosts               CDATA                    #IMPLIED
   WebServers                 CDATA                    #IMPLIED
>

Parent Elements

The WebServiceComponent element is a child of the Domain element.

Attributes

Table 81-1 WebServiceComponentMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Application

The application this component is a part of. This is guaranteed to never be null.


Application

Auth-Filter

The AuthFilter Servlet class which will be called before and after all authentication and authorization checks in the WebApplication

Default: null

Auth Filter

Auth-Realm-Name

The Realm in the Basic Authentication HTTP dialog box which pops up on the browsers

Default: "weblogic"

Auth Realm Name

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 startup classes before it prioritizes and deploys EJBs.

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.

Default: 1000

Minimum: 0

Maximum: 2147483647

Deployment Order

Index-Directory-Enabled

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

Default: false

Index Directories

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

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.

Default: false

Prefer Web Inf Classes

Servlet-Extension-Case-Sensitive

Treats all .extension except for .html as lower case this is only necessary on WindowsNT. This property is being depricated. The extension comparision will be case insensitive by default on Win32.

Default: false

Case Sensitive Extensions

Servlet-Reload-Check-Secs

How often WebLogic checks whether a servlet has been modified, and if so reloads it. -1 is never reload, 0 is always reload

Default: 1

Reload Period

Session-Monitoring-Enabled

If true, then runtime mbeans will be created for sessions, otherwise, they will not.

Default: false

Enable Session Monitoring

Single-Threaded-Servlet-Pool-Size

Defines the size of the pool used for SingleThreadModle instance pools.

Default: 5

Single Threaded Servlet Pool Size

Targets

The targets in the current domain on which this item can be deployed.


Targets

URI

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


URI

Virtual-Hosts

Returns virtual hosts on which this deployment is targeted.


Virtual Hosts

Web-Servers

Returns targets on which this deployment is deployed.


Web Servers


 

 

Back to Top Previous Next