Products | Versions |
---|---|
Spotfire | All |
When a new spotfire.dxp.sdn file is deployed, Spotfire automatically generates the 'Default' configurations in the database.
During the import-service-config process, new configurations are saved with the specified name provided at the time of import.
As part of the upgrade, the 'Default' service configurations are updated during deployment. However, any custom or imported configurations remain unchanged and are not updated
Windows/Linux
1. Export both the service config e.g.
Note:As the import and export command imports/exports from/to the <Spotfire Server install>\tomcat\spotfire-bin\config folder. You can specify the custom folder
config export-service-config --capability=WEB_PLAYER --deployment-area=Production defaultconfig
config export-service-config --config-name=<Custom Config Name> customconfig
2. Compare the configuration
3. Modify the Default configuration
4. Save and Import the configuration using, specify the exact location from where it should import e.g.
config import-service-config --config-name=<New WebPlayerConfiguration> customconfig
Note: customconfig folder for importing modified files.
This article provides an overview of the Web Player and the Automation service configurations updated with version upgrades