BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType web-app-componentType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}web-app-componentType (extension)

Documentation
Corresponds to WebAppComponentMBean
Properties
This component is not nillable.

Model
<...>
(virtual-host?, index-directory-enabled?, servlet-reload-check-secs?, single-threaded-servlet-pool-size?, auth-realm-name?, auth-filter?, session-monitoring-enabled?, prefer-web-inf-classes? )
</...>


Nested Element Summary
xs:stringauth-filter
          Provides the name of the AuthFilter Servlet class, which will be called before and after all authentication and authorization checks in the Web Application. 
xs:stringauth-realm-name
          Provides the name of the Realm in the Basic Authentication HTTP dialog box, which pops up on the browsers. 
xs:booleanindex-directory-enabled
          Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found. 
xs:booleanprefer-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. 
xs:intservlet-reload-check-secs
          The amount of time (in seconds) that WebLogic Server waits to check if a servlet was modified and needs to be reloaded. 
xs:booleansession-monitoring-enabled
          Specifies whether runtime MBeans will be created for session monitoring. 
xs:intsingle-threaded-servlet-pool-size
          This provides size of the pool used for single threaded mode servlets. 
xs:stringvirtual-host
          
Source
<xs:complexType name="web-app-componentType">
<xs:complexContent>
<xs:extension base="dom:componentType">
<xs:sequence>
<xs:element minOccurs="0" name="virtual-host" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="index-directory-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="servlet-reload-check-secs" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="single-threaded-servlet-pool-size" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="auth-realm-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="auth-filter" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="session-monitoring-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="prefer-web-inf-classes" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation