How to change the port of supervisord component in TIBCO Data Science Team Studio?

book

Article ID: KB0076928

calendar_today

Updated On:

Products Versions
Spotfire Data Science Team Studio 6.5.0

Description

How to change the port of supervisord component in TIBCO Data Science Team Studio?

Environment

Operating System: Linux

Resolution

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

Issue/Introduction

How to change the port of supervisord component in TIBCO Data Science Team Studio?