How can I change the port number for the Platform Management Console so that it runs at a different address?

Symphony

  1. Make sure you are logged on as cluster admin.

  2. Shut down the WEBGUI service: "egosh service stop WEBGUI".

  3. Edit $EGO_CONFDIR/../../gui/conf/server.xml or %EGO_CONFDIR%\..\..\gui\conf\server.xml in all management hosts, replace all occurrences of the default port numbers (8080, 8005, and 8009) with the actual ports you want to use.

  4. Restart the WEBGUI service: "egosh service start WEBGUI".

Symphony DE

Note:

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

  1. Shut down Symphony DE.

  2. Open %SOAM_HOME%\conf\vem_resource.conf, where SOAM_HOME is the location where you installed Symphony DE. Change the GUI port, which is the second value in the string: WEBGUI:18080:localhost:startguiservice

    Save your changes

  3. 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"

    Save your changes.

  4. Restart Symphony DE.