| 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-containerType (extension)
Corresponds to WebAppContainerMBean
Nested Element Summary | |
xs:boolean | allow-all-roles In the security-constraints elements defined in a Web application's web. |
xs:boolean | auth-cookie-enabled Whether authcookie feature is enabled or not. |
xs:boolean | client-cert-proxy-enabled Specifies whether or not to honor the WL-Proxy-Client-Cert header coming with the request. |
xs:boolean | filter-dispatched-requests-enabled Indicates whether or not to apply filters to dispatched requests. |
xs:boolean | http-trace-support-enabled Returns the value of HttpTraceSupportEnabled. |
xs:boolean | jsp-compiler-backwards-compatible Global property to determine the behavior of the JSP compiler. |
xs:int | max-post-size The maximum post size this server allows for reading HTTP POST data in a servlet request. |
xs:int | max-post-time-secs Max Post Time (in seconds) for reading HTTP POST data in a servlet request. |
xs:string | mime-mapping-file Returns the name of the file containing mime-mappings for the domain. |
xs:boolean | optimistic-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:boolean | overload-protection-enabled This parameter is used to enable overload protection in the webapp container against low memory conditions. |
xs:string | p3p-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:boolean | relogin-enabled Beginning with the 9. |
xs:boolean | rtexprvalue-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:boolean | wap-enabled Indicates whether the session ID should include JVM information. |
xs:boolean | weblogic-plugin-enabled Specifies whether or not the proprietary WL-Proxy-Client-IP header should be honored. |
xs:boolean | work-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. |
<xs:complexType name="web-app-containerType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="NONE"/><xs:enumeration value="SHORT"/><xs:enumeration value="MEDIUM"/><xs:enumeration value="FULL"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="120"/></xs:restriction><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |