BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element lockout-gc-threshold

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

Documentation
If the number of current invalid login attempts is equal to or
 great than this attribute, WebLogic Server deletes any expired
 records from the cache. The lower the value of this attribute, the
 more often WebLogic Server clears the cache. This may impact the
 performance of WebLogic Server. Set the attribute accordingly.

 


 Legal Min: 0


 Legal Max: 999999


 Default: 400
Properties
This component is not nillable.

Model
<lockout-gc-threshold>

</lockout-gc-threshold>

Source
<xs:element minOccurs="0" name="lockout-gc-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="999999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation