bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

XMLEntityCache

 


Description

Configure the behavior of JAXP (Java API for XML Parsing) in the server.

 


Syntax

<XMLEntityCache
CacheDiskSize="number"
CacheLocation="String"
CacheMemorySize="number"
CacheTimeoutInterval="number"
MaxSize="number"
Name="String"
Notes="String"
/>

 


Parent Elements

 


Attributes

Table 79-1 XMLEntityCache attributes

Attribute

Description

Range of Values and Default

CacheDiskSize

Return the disk size in MBytes of the cache.

Admin Console field label: Cache Disk Size

Required: no

Default: 5

Minimum: 0

CacheLocation

Return the path name of the persistent cache files.

Required: no

Default: xmlcache

CacheMemorySize

Return the memory size in KBytes of the cache.

Admin Console field label: Cache Memory Size

Required: no

Default: 500

Minimum: 0

CacheTimeoutInterval

Return the default timeout interval in seconds for the cache.

Admin Console field label: Cache Timeout Interval

Required: no

Default: 120

Minimum: 0

MaxSize


Required: no

Default: 0

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

 

Back to Top Previous Next