BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element diagnostic-data-archive-type

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

Documentation
Determines whether the current server persists its harvested
 metrics and event data in a diagnostic store (file-based store)
 or a JDBC based archive. The default store is file-based.
Properties
This component is not nillable.

Model
<diagnostic-data-archive-type>

</diagnostic-data-archive-type>

Source
<xs:element minOccurs="0" name="diagnostic-data-archive-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FileStoreArchive"/>
<xs:enumeration value="JDBCArchive"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation