BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to WebServerMBean
Properties
This component is not nillable.

Model
<...>
(web-server-log?, frontend-host?, frontend-http-port?, frontend-https-port?, overload-response-code, keep-alive-enabled?, keep-alive-secs, https-keep-alive-secs, post-timeout-secs, max-post-time-secs?, max-post-size?, send-server-header-enabled?, default-web-app-context-root?, charsets?, url-resource?, chunked-transfer-disabled?, use-highest-compatible-http-version?, use-header-encoding?, auth-cookie-enabled?, write-chunk-bytes?, wap-enabled?, accept-context-path-in-get-real-path?, single-signon-disabled?, web-deployment? )
</...>


Nested Element Summary
xs:booleanaccept-context-path-in-get-real-path
          Indicates whether this server allows the inclusion of the context path in the virtual path to context. 
xs:booleanauth-cookie-enabled
          Whether authcookie feature is enabled or not. 
xs:stringcharsets
          
xs:booleanchunked-transfer-disabled
          Indicates whether the use of Chunk Transfer-Encoding in HTTP/1. 
xs:stringdefault-web-app-context-root
          Returns the original context-root for the default Web application for this Web server. 
xs:stringfrontend-host
          The name of the host to which all redirected URLs will be sent. 
xs:intfrontend-http-port
          The name of the HTTP port to which all redirected URLs will be sent. 
xs:intfrontend-https-port
          The name of the secure HTTP port to which all redirected URLs will be sent. 
 https-keep-alive-secs
          The amount of time this server waits before closing an inactive HTTPS connection. 
xs:booleankeep-alive-enabled
          Indicates whether there should be a persistent connection to this server. 
 keep-alive-secs
          The amount of time this server waits before closing an inactive HTTP connection. 
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. 
 overload-response-code
          Get the response code to be used when an application is overloaded. 
 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:booleansend-server-header-enabled
          Indicates whether this server name is sent with the HTTP response. 
xs:booleansingle-signon-disabled
          Indicates whether the singleSignonDisabled attribute is enabled 
xs:stringurl-resource
          
xs:booleanuse-header-encoding
          
xs:booleanuse-highest-compatible-http-version
          Enables use of the highest compatible HTTP protocol version-string in the response. 
xs:booleanwap-enabled
          Indicates whether the session ID should include JVM information. 
xs:stringweb-deployment
          
dom:web-server-logTypeweb-server-log
          Returns the Log settings for the WebServer/VirtualHost. 
xs:intwrite-chunk-bytes
          The default size of the blocks to be written to the network layer. 
Source
<xs:complexType name="web-serverType">
<xs:complexContent>
<xs:extension base="dom:deploymentType">
<xs:sequence>
<xs:element minOccurs="0" name="web-server-log" nillable="true" type="dom:web-server-logType">
</xs:element>
<xs:element minOccurs="0" name="frontend-host" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="frontend-http-port" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="frontend-https-port" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="overload-response-code" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="100"/>
<xs:maxInclusive value="599"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="keep-alive-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="keep-alive-secs" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="5"/>
<xs:maxInclusive value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="https-keep-alive-secs" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="30"/>
<xs:maxInclusive value="360"/>
</xs:restriction>
</xs:simpleType>
</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="send-server-header-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="default-web-app-context-root" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="charsets" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="url-resource" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="chunked-transfer-disabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="use-highest-compatible-http-version" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="use-header-encoding" nillable="false" type="xs:boolean"/>
<xs:element minOccurs="0" name="auth-cookie-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="write-chunk-bytes" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="wap-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="accept-context-path-in-get-real-path" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="single-signon-disabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="web-deployment" nillable="true" type="xs:string"/>
</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