BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element graceful-shutdown-timeout

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

Documentation
Number of seconds a graceful shutdown operation waits before
 forcing a shut down. A graceful shutdown gives WebLogic Server
 subsystems time to complete certain application processing
 currently in progress. If subsystems are unable to complete
 processing within the number of seconds that you specify here, then
 the server will force shutdown automatically.



A value of 0 means that the server will wait
 indefinitely for graceful shutdown to complete.



The graceful shutdown timeout applies only to graceful shutdown
 operations.
Properties
This component is not nillable.

Model
<graceful-shutdown-timeout>

</graceful-shutdown-timeout>

Source
<xs:element minOccurs="0" name="graceful-shutdown-timeout" 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