BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element member-warmup-timeout-seconds

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Maximum number of seconds that a cluster member will wait to
 discover and synchronize with other servers in the cluster.
 Normally, the member will be able to sync in 30 seconds. If the
 value of this attribute is higher, that does not necessarily mean
 that it will take longer for the member to warmup. Instead it
 defines an upper bound on the time that a server will wait to sync
 with the servers that it has discoverred. If the value is set 0,
 servers will not attempt to discover other running server in the cluster
 during server initialization

 


 Default: 30
Properties
This component is not nillable.

Model
<member-warmup-timeout-seconds>

</member-warmup-timeout-seconds>

Source
<xs:element minOccurs="0" name="member-warmup-timeout-seconds" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation