Setting the Port Number for Team Studio (Alpine) Configuration

You can set the alpine port number for the alpine chorus configuration of Team Studio. In the procedure, the port number for alpine is 8090.

Perform this task from a command line on the computer where Team Studio chorus server is installed. Stop the service before changing the configuration.

Prerequisites

You must have administrative privileges to change the properties and configuration files.

Procedure

  1. Using a text editor, open the file $CHORUS_HOME/shared/ALPINE_DATA_REPOSITORY/configuration/deploy.properties.
  2. Set the property alpine.port to the new port number.
    alpine.port = 8090
  3. Using a text editor, open the file $CHORUS_HOME/shared/chorus.properties.
  4. Change the port number in the workflow.url property to the new Team Studio server port number.
    workflow.url=http://localhost:8090
  5. Restart the service.