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

<!ELEMENT XMLEntityCache EMPTY >
<!ATTLIST XMLEntityCache
   CacheDiskSize              CDATA                    "5"
   CacheLocation              CDATA                    "xmlcache"
   CacheMemorySize            CDATA                    "500"
   CacheTimeoutInterval       CDATA                    "120"
   MaxSize                    CDATA                    "0"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The XMLEntityCache element is a child of the Domain element.

Attributes

Table 92-1 XMLEntityCacheMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Cache-Disk-Size

The disk size in MBytes of the cache.

Default: 5

Minimum: 0

Cache Disk Size

Cache-Location

The path name of the persistent cache files.

Default: "xmlcache"

Cache Location

Cache-Memory-Size

The memory size in KBytes of the cache.

Default: 500

Minimum: 0

Cache Memory Size

Cache-Timeout-Interval

The default timeout interval in seconds for the cache.

Default: 120

Minimum: 0

Cache Timeout Interval

Max-Size

Default: 0

Max Size

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes


 

 

Back to Top Previous Next