| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}web-app-componentType (extension)
Corresponds to WebAppComponentMBean
Nested Element Summary | |
xs:string | auth-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:string | auth-realm-name Provides the name of the Realm in the Basic Authentication HTTP dialog box, which pops up on the browsers. |
xs:boolean | index-directory-enabled Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found. |
xs:boolean | 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. |
xs:int | servlet-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:boolean | session-monitoring-enabled Specifies whether runtime MBeans will be created for session monitoring. |
xs:int | single-threaded-servlet-pool-size This provides size of the pool used for single threaded mode servlets. |
xs:string | virtual-host |
<xs:complexType name="web-app-componentType"><xs:complexContent></xs:complexType><xs:extension base="dom:componentType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |