InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.0: About user assistance >
6.6.0.4: Overview of editing property files by hand >
6.6.0.4.1: Dynamic caching of Servlets and JSPs >
6.6.0.4.1.1: Description of the dynacache.xml file >
6.6.0.4.1.1.1: Quick reference - dynacache.xml file
6.6.0.4.1.1.1: Quick reference - dynacache.xml file
The dynacache.xml file, located in directory, \WebSphere\AppServer\properties,
consists of the following elements:
- <?xml version="1.0"?>
- <!DOCTYPE cacheUnit SYSTEM "dynacache.dtd">
- <cacheUnit>
- <cache size="number of elements" priority="default priority"/>
- <externalCacheGroups>
- <group id="group name">
- <member address="sever name" adapterBeanName="some.package.Adapter"/>
- </group >
- </externalCacheGroups>
- </cacheUnit>
A completed dynacache.xml file may look like the following example:
|
Related topics |
|
| Home (Getting started page) |
|
InfoCenter |
|
To launch the full documentation set in a separate browser window, click: |
| Display InfoCenter |
| |
PDF library |
|
To browse the PDF library for this product, containing this article and others, click: |
| PDF versions |
| |
Using this documentation |
|
Become an InfoCenter super user! To find out more about navigation, numbering, search, downloads, and more, click: |
| Using this documentation |
| |
|