Property |
Description
|
|
replet.repository.url
|
ServletRepository servlet URL.
|
|
replet.repository.protocol
|
Repository server protocol, one of RMI, CORBA, and LOCAL.
|
|
font.preload
|
True to pre-load the TrueType and Type 1 font information. This causes the server startup to be
slower.
If set to false, the loading is done the first time a PDF file is generated.
|
|
replet.cache.workset
|
Size (# of pages) of the working set.
|
|
replet.cache.directory
|
Report page cache directory. If you would like a separate cache directory for each node of a cluster,
set this property as an 'Init Parameter' on each node's servlet.
|
|
replet.cache.interval
|
Time between repository cache cleanup.
|
|
replet.repository.file
|
Repository XML file path.
|
|
replet.repository.printers
|
A comma separated list of server printers.
|
|
replet.viewer.actions
|
A comma separated list of Java classes that implement user
defined actions. Each action causes a button to be added to the viewer toolbar. Order is respected.
|
|
server.type
|
Describes the server type: rmi, servlet, etc.
|
|
repository.tree.sort
|
Repository tree sorting order: 'none', 'Ascend', or
'Descend'.
|
|
replet.cache.concurrency
|
The number of threads used for processing reports.
|
|
replet.streaming
|
True (default) to allow the engine to deliver report pages
as the data becomes available
|
|
replet.streaming.min
|
The number of report pages the engine should generate
before streaming is initiated
|
|
replet.auto.reload
|
True for automatic detection and reloading of altered
replet classes.
|
|
replet.auto.reload.interval
|
Time in milliseconds between checking for changes in
replet classes.
|
|
replet.class
|
Sets the default class for all Template based replets,
instead of 'inetsoft.sree.TemplateReplet'
|
|
replet.browseData.nocache
|
Caches the data when browsing column values when creating
filter conditions. Defaults to false.
|
|
dependency.checker.enabled
|
True (default) for automatic detection and
re-synchronization of report dependencies.
|
|
dependency.checker.interval
|
Interval between checks for changes in report
dependencies, in milliseconds (default=30000)
|