Cisco Cisco Collaboration Server Dynamic Content Adapter

Page of 223
DCA 2.01 Administration and Configuration Guide 
How to Configure the Static Cache   89 
How to Configure the Static Cache 
During a secure DCA session, non-text files (images, multimedia, etc.) returned from 
a Web content server are stored in the DCA's static cache. Under normal 
circumstances, the Static Cache should function adequately using its default settings. 
As necessary, however, you can modify the amount of memory and disk space 
available to the Static cache. 
To Configure the Static Cache 
To configure the Static Cache: 
1.  In a text editor, open the web.xml file, located at: 
<DCArootdirectory>\webapp\WEB-INF\.
 
2.  For the HttpCache servlet, modify values for the maxMemorySize, maxFileSize, 
and/or the cleanOnExit parameters, as desired. 
3.  Save the file. 
4.  Restart the DCA. 
Static Cache Property Descriptions 
The Static cache has these editable properties: 
  
Property: Description: 
Default: 
maxMemorySize 
Maximum amount of memory the 
Static cache can use to store 
objects. Objects forced from the 
cache's memory are written to disk.
10240 (10 Mb) 
maxFileSize 
Amount of disk space the Static 
cache can use to store objects. 
10240000 (1 Gb) 
cleanOnExit 
Determines whether objects written 
to disk by the Static cache are 
automatically deleted when the DCA 
server is stopped. 
true