Top
ETERNUS SF Express V14.2 User's Guide

7.3.1 Changing port numbers

Express uses the following four port numbers.

port number

service name

protocol

Note

9853

esfexpressmgr

tcp

Express Manager service

9855

esfexpressweb

tcp

Express Web GUI service

4917

sscruisera

tcp

Port number used inside Express

23456

nfport

tcp

Port number used inside Express

Those port numbers are defined in the services file of the system.

Take the following procedure to change the port numbers used by Express.

  1. Open the file "%SystemRoot%\system32\drivers\etc\services" with a notepad.

  2. Pick out the entry of a service name to be changed to change its entry port number.
    A port number can be entered between 1024 and 65535. However, if you want to change a port number, a number from 5001 or more to 32768 or less is recommended.

    # <service name>  <port number>/<protocol>  [aliases...]   [#<comment>]
    #
    esfexpressmgr  9853/tcp
    esfexpressweb  9855/tcp
    nfport         23456/tcp
    sscruisera     4917/tcp
  3. Save the "%SystemRoot%\system32\drivers\etc\services" file to close.

  4. Edit httpd.conf file.

    1. Open the "$INS_DIR\Express\Manager\sys\apache\conf\httpd.conf" file with text editor.

    2. Change the port number listed immediately after the Listen directive.

    3. Save the "$INS_DIR\Express\Manager\sys\apache\conf\httpd.conf" file and close it.

  5. Restart the Management server.

The Express Web GUI uses the following ports internally.

port number

protocol

Note

8005

tcp

Port number used inside Express

8009

tcp

Port number used inside Express

8080

tcp

Port number used inside Express

8443

tcp

Port number used inside Express

If the above port numbers are used by other applications, the Express Web GUI can not start. In this case, change the port numbers according to the following steps.

  1. Open Service Control Manager in the Manager Server to stop the following services in the order given below.

    1. ETERNUS SF Express Tomcat Service

    2. ETERNUS SF Express Apache Service

  2. Open the following files with Text Editor.

    • $INS_DIR\ETERNUS SF\Express\Manager\sys\tomcat\conf\server.xml

    • $INS_DIR\ETERNUS SF\Express\Manager\sys\apache\conf\httpd.conf

  3. Change the port numbers (8005, 8009, 8080, 8443) in the following parts of server.xml and httpd.conf to other numbers.

    • server.xml

      Line 18

      Line 30 - 37

    • httpd.conf

      Line 516 - 517

  4. Save and close these files.

  5. Start the following services in the order given below by Service Control Manager.

    1. ETERNUS SF Express Apache Service

    2. ETERNUS SF Express Tomcat Service