Change port numbers

If any of the default port numbers are already in use, choose a different port number. If you are installing Symphony DE 5.1 on the same host as an earlier version of Symphony DE, change all the port numbers.

Note:

For Linux/UNIX use the forward slash (/) to separate directory names and use $SOAM_HOME instead of %SOAM_HOME% in a path.

  1. Open %SOAM_HOME%\conf\vem_resource.conf, where SOAM_HOME is the location where you installed Symphony DE 5.1.
  2. Change the port numbers in %SOAM_HOME%\conf\vem_resource.conf.

    The port number is the second value in the string.

    AGENT: 8000:localhost:5:5:NTX86:1
    ...
    SD_SDK:15051:localhost:sd 
    SD_ADMIN:15050:localhost:sd
    ...
    RS_DEPLOY:15052:localhost:rs
  3. Save your changes.

Change GUI port numbers

If any of the default GUI port numbers are already in use, choose a different port number.

Note:

For Solaris, ignore this task, the Symphony DE Platform Management Console is not supported.

Note:

For Linux, use the forward slash (/) to separate directory names and use $SOAM_HOME instead of %SOAM_HOME% in a path.

  1. Open %SOAM_HOME%\conf\vem_resource.conf, where SOAM_HOME is the location where you installed Symphony DE 5.1. Change the GUI port, which is the second value in the string: WEBGUI:18080:localhost:startguiservice
  2. Change the port numbers in %SOAM_HOME%\gui\conf\server.xml.
    <Connector port="18080" maxHttpHeaderSize="8192"
    ...
    <Server port="18005" shutdown="SHUTDOWN"
    ...
    <Connector port="18009" enableLookups="false"
  3. Save your changes.