Products | Versions |
---|---|
Spotfire Statistica | 13.6 |
Spotfire Server | 10.3,10.4 |
1. On Spotfire Server, browse to <Spotfire Install directory>/tomcat/spotfire-bin directory. Copy the location and launch an Administrative Command prompt.
2. Change directory to the <Spotfire Install directory>/tomcat/spotfire-bin in the command prompt and execute the command : config.bat export-config.
Note: Spotfire Server Configuration Tool password is needed to perform these steps
3. Open the configuration.xml file in a text editor which is located at the \tomcat\spotfire-bin folder and add the below section in the root configuration element.
<custom-services-proxy> <allowed-capabilities> <allowed-capability>STATISTICA</allowed-capability> </allowed-capabilities> </custom-services-proxy>
Note: Ensure you have all needed services listed there. If only STATISTICA is listed in the allowed-capability list, then only the Statistica service will be allowed. If you use the TERR or Python services, then ensure TERR and Python are listed as an allowed-capability as well.
4. Save the configuration.xml file and run the following command in command prompt :
config.bat import-config -c "adding custom capability"
5. Restart the Spotfire Server Service .