BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to WebAppContainerMBean
Properties
This component is not nillable.

Model
<...>
(relogin-enabled?, allow-all-roles?, filter-dispatched-requests-enabled?, overload-protection-enabled?, x-powered-by-header-level, mime-mapping-file?, optimistic-serialization?, rtexprvalue-jsp-param-name?, client-cert-proxy-enabled?, http-trace-support-enabled?, weblogic-plugin-enabled?, auth-cookie-enabled?, wap-enabled?, post-timeout-secs, max-post-time-secs?, max-post-size?, work-context-propagation-enabled?, p3p-header-value?, jsp-compiler-backwards-compatible? )
</...>


Nested Element Summary
xs:booleanallow-all-roles
          In the security-constraints elements defined in a Web application's web. 
xs:booleanauth-cookie-enabled
          Whether authcookie feature is enabled or not. 
xs:booleanclient-cert-proxy-enabled
          Specifies whether or not to honor the WL-Proxy-Client-Cert header coming with the request. 
xs:booleanfilter-dispatched-requests-enabled
          Indicates whether or not to apply filters to dispatched requests. 
xs:booleanhttp-trace-support-enabled
          Returns the value of HttpTraceSupportEnabled. 
xs:booleanjsp-compiler-backwards-compatible
          Global property to determine the behavior of the JSP compiler. 
xs:intmax-post-size
          The maximum post size this server allows for reading HTTP POST data in a servlet request. 
xs:intmax-post-time-secs
          Max Post Time (in seconds) for reading HTTP POST data in a servlet request. 
xs:stringmime-mapping-file
          Returns the name of the file containing mime-mappings for the domain. 
xs:booleanoptimistic-serialization
          When OptimisticSerialization is turned on, WebLogic server does not serialize-deserialize context and request attributes upon getAttribute(name) when a request gets dispatched across servlet contexts. 
xs:booleanoverload-protection-enabled
          This parameter is used to enable overload protection in the webapp container against low memory conditions. 
xs:stringp3p-header-value
          Returns the P3PHeader value that will be sent with all responses for http requests (if non-null). 
 post-timeout-secs
          The amount of time this server waits between receiving chunks of data in an HTTP POST data before it times out. 
xs:booleanrelogin-enabled
          Beginning with the 9. 
xs:booleanrtexprvalue-jsp-param-name
          Global property which determines the behavior of the JSP compiler when a jsp:param attribute "name" has a request time value. 
xs:booleanwap-enabled
          Indicates whether the session ID should include JVM information. 
xs:booleanweblogic-plugin-enabled
          Specifies whether or not the proprietary WL-Proxy-Client-IP header should be honored. 
xs:booleanwork-context-propagation-enabled
          Indicates whether or not WorkContextPropagation is enabled. 
 x-powered-by-header-level
          WebLogic Server uses the X-Powered-By HTTP header, as recommended by the Servlet 2. 
Source
<xs:complexType name="web-app-containerType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="relogin-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="allow-all-roles" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="filter-dispatched-requests-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="overload-protection-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="x-powered-by-header-level" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="SHORT"/>
<xs:enumeration value="MEDIUM"/>
<xs:enumeration value="FULL"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="mime-mapping-file" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="optimistic-serialization" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="rtexprvalue-jsp-param-name" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="client-cert-proxy-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="http-trace-support-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="weblogic-plugin-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="auth-cookie-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="wap-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="post-timeout-secs" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="120"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-post-time-secs" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="max-post-size" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="work-context-propagation-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="p3p-header-value" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="jsp-compiler-backwards-compatible" 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