How to change the port for TIBCO Data Science Team Studio User Interface page?
book
Article ID: KB0076881
calendar_today
Updated On:
Products
Versions
Spotfire Data Science Team Studio
6.5.0
Description
How to change the port for TIBCO Data Science Team Studio User Interface page?
Environment
Operating System: Linux
Resolution
To change the port of TIBCO Data Science Team Studio User Interface page,make the configuration changes suggested below on Team Studio server:
1. In chorus.properties file (default location -->/usr/local/chorus/shared), replace the default port 8080 with the new port number in the following lines:
server_port = 8080
server_url = http://0.0.0.0:8080
2. In alpine.conf file (default location -->/usr/local/chorus/shared/ALPINE_DATA_REPOSITORY/configuration), replace the default port 9090 with the new port number in the following line:
port = 9090
NOTE: By default the above line in alpine.conf is commented and make sure that its uncommented.
3. Restart the TIBCO Data Science Team Studio application.
Issue/Introduction
How to change the port for TIBCO Data Science Team Studio User Interface page?