BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element server-life-cycle-timeout-val

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

Documentation
Number of seconds a force shutdown operation waits before timing
 out and killing itself. If the operation does not complete within
 the configured timeout seconds, the server will shutdown
 automatically if the state of the server at that time was
 SHUTTING_DOWN.



A value of 0 means that the server will wait
 indefinitely for life cycle operation to complete.

 


 Default: 30
Properties
This component is not nillable.

Model
<server-life-cycle-timeout-val>

</server-life-cycle-timeout-val>

Source
<xs:element minOccurs="0" name="server-life-cycle-timeout-val" 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