BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element rotation-type

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

Documentation
Criteria for moving old log messages to a separate file.

  - NONE Messages accumulate in a single file. 
 You must erase the contents of the file when the size is too large.

  - SIZE When the log file reaches the size that you specify
 in FileMinSize, the server renames the file as
 FileName.n.

  - TIME At each time interval that you specify in
 TimeSpan, the server renames the file as FileName.n.




After the server renames a file, subsequent messages accumulate
 in a new file with the name that you specified in
 FileName.

 


 Default: LogFileMBean.SIZE
Properties
This component is not nillable.

Model
<rotation-type>

</rotation-type>

Source
<xs:element minOccurs="0" name="rotation-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="bySize"/>
<xs:enumeration value="byTime"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation