Checking port number availability

Before changing the port numbers, make sure that the new ports you are going to use are available.

To determine if another application is using a specific port, log on to the application server where you need to change the port. Open a command or shell window and execute the following command:
Windows
netstat -an | findstr <port number>
                  
Linux®
netstat -an | grep <port_number>