Creating Named Configurations
You can also modify the configuration by creating a named configuration on the server. This named configuration can be pushed out to all at once and managed centrally.
- Procedure
- Open command prompt. Change directory to spotfire-bin directory, for example,
c:\spotfire\tss\12.0.0\tomcat\spotfire-bin.
Note: Spotfire Server must be installed on this Server.
- Export the default configuration with this command.
config export-service-config --capability STATISTICA --deployment-area Production
This changes the deployment area name; if other than Production. Also, it creates a subfolder named config with the custom.properties and statistica.properties files.
- If you already have a named config to edit, use the following command:
config export-service-config --config-name MyConfigName
- Edit the custom.properties and the statistica.properties files, if required.
- Import the config to a named configuration with this command:
config import-service-config --config-name MyConfigName
When you click Install New Service, the named configuration is listed in the Web UI in the Configuration list in the Nodes and Services area. You can also change the configuration that is used by an existing instance of the Statistica Service in the Web UI (In Nodes and Services area, by selecting the Statistica Service and click Edit).