BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to HTTPProxyMBean
Properties
This component is not nillable.

Model
<...>
(initial-connections, max-connections, server-list?, health-check-interval, max-retries?, max-health-check-interval? )
</...>


Nested Element Summary
 health-check-interval
          The health check interval in milliseconds between pings. 
 initial-connections
          The number of initial connections that should be opened to each server in the back end servers. 
 max-connections
          The maximum number of connections that each server can open to the back end servers. 
xs:intmax-health-check-interval
          The maximum interval between health checks. 
xs:intmax-retries
          The max retries after which the server will be marked dead. 
xs:stringserver-list
          The list of servers in the back end that the HCS should proxy to. 
Source
<xs:complexType name="http-proxyType">
<xs:complexContent>
<xs:extension base="dom:deploymentType">
<xs:sequence>
<xs:element minOccurs="0" name="initial-connections" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-connections" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="server-list" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="health-check-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="300"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="max-retries" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="max-health-check-interval" nillable="false" type="xs:int">
</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