Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to change the port of supervisord component in TIBCO Data Science Team Studio?
Solution:
How to change the port of supervisord component in TIBCO Data Science Team Studio?
To change the port of supervisord component in TIBCO Data Science Team Studio, open the following files and configure the parameters mentioned with the new port number:
1. Open ngnix.conf.erb file located under "/usr/local/chorus/current/vendor/ngnix" and replace the default port number with the new one in the following parameter:
proxy_pass http://localhost:9001
2. Open supervisord.conf.erb file located under "/usr/local/chorus/current/packaging/supervisord" and replace the default port number with the new one in the following line:
port=127.0.0.1:9001
3. Restart the TIBCO Data Science Team Studio application for the changes to take effect
Comments
0 comments
Article is closed for comments.