config-attachment-manager
Configures the attachment manager.
config-attachment-manager 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value]
[-e value | --max-cache-expiration-time=value] 
[-m value | --max-cache-size=value] 
[-E <true|false> | --encryption-enabled=<true|false>] 
[-k value | --encryption-key-size=value]Overview
Use this command to configure the attachment manager, which handles data transfer (for instance Library downloads and uploads) to and from Spotfire Server.
Options
| Option | Optional or Required | Default Value | Description | 
|---|---|---|---|
|  | Optional | configuration.xml | The path to the server configuration file. | 
|  | Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. | 
|  | Optional | 86400 | The maximum idle time (in seconds) after which cache entries are evicted. Setting this parameter to a negative value disables the cache. | 
|  | Optional | 10240 | The maximum amount of disk space (in megabytes) used by the cache. Setting this parameter to a negative value disables the cache. | 
|  | Optional | true | Specifies whether the encryption of temp files is enabled. | 
|  | Optional | 128 | The size of the encryption key used when encrypting temp files. | 
Parent topic: Command-line reference