cacheRoot property
This property determines where the servlet keeps its cached document store.
Specify this property value in your production environment.
The size controls for the cached document store are determined by the following properties: cacheEmptyOnRestart, cacheSizeLimit, and cacheAgeLimit
You can specify the path to the cached document store as an absolute path or a relative path. A relative path is relative to the root of the web application (the deployed streamer directory). Enter any backslashes (\) in the path as double backslashes (\\).
Important: Ensure that multiple streamer instances do not share the
cacheRoot location. For example, if you set up a high availability environment,
specify a unique cacheRoot location on each node. Take particular care when you
specify network locations.
If a value for this property is not specified in the properties file, the default value is WEB-INF/data/servletname. Where servletname is the name of the servlet as defined in the web.xml.
Examples
cacheRoot=c:\\streamerdemo\\cache
cacheRoot=cache