custom.properties
This file contains properties for general service configuration. It has the same settings as the TERR Service. For more information, see the TERR Service documentation. For quick reference, some of them are described here:
Option Name | Description |
---|---|
engine.execution.timeout | The maximum time for an engine to execute a task (in seconds). |
engine.session.maxtime | The maximum time for a session to live, in seconds. After a session is allocated to a user, an engine is taken from the pool of available engines and assigned to the session. That instance of the engine is unavailable to other users. If that session is not manually closed by the caller, it times out and is recycled after this interval. |
engine.session.max | The maximum number of concurrent active engines. Default is number of cores. |
engine.queue.size | The number of engines preallocated in the queue. Default is number of cores. These options control how many instances of the Statistica Engine are started and allowed to run. If all are in use, no additional requests from other users can be processed. |
loggingLevel | Permitted values are ERROR, WARN, INFO, DEBUG, TRACE, or ALL. |
disable.spotfire.trust.checks | By default,
Statistica Service checks whether a data function has come from a trusted source. Set to TRUE to not check for the data function trust status of any data function run on
Statistica Service service.
For more information about script and data function trust, see the Spotfire® Analyst User's Guide and Spotfire® Administration Manager User's Guide. |