Checking the Port Number

    Note:
  • When using a single machine, check the port number on the computer on which you are installing the software.
  • When using multiple machines together, check the port number on the computer being used as the server.

To check the port number:

  1. In the Windows PowerShell dialog, enter netstat -nao, and then press the Enter key.
  2. Check the Local Address of the line in which the Protocol is TCP and the External Address is 0.0.0.0.Checking the local address in the Windows PowerShell dialog
  3. When 0.0.0.0:8080 is not displayed, check that 8080 is entered in Port Number: on the wizard screen.
  4. When 0.0.0.0:8080 is displayed, check that a value greater than 1024 is not displayed, and then enter the last four digits in Port Number: on the wizard screen.
    Example: If 0.0.0.0:1024 is not displayed, enter 1024.
  5. Enter exit, and press the Enter key.