Consultor Eletrônico



Kbase P17955: How to check if a port is in use
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to check if the ports are in use?

GOAL:

How to determine if a required port is in use.

FACT(s) (Environment):

UNIX
Windows

FIX:

UNIX:

netstat -na | grep <port>

Windows:

netstat -na | more

Look in the result list to confirm if the ports are already in "listening" status. If so, then use an alternative port.