Check which process is using port 80
On the command prompt window, type the following command.
netstat -o -n -a | findstr 0.0:8080
C:\dev>netstat -o -n -a | findstr 0.0:8080
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 6352
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 6352
- Right click on the taskbar to open the the task manager.
- Go to the Processes tab.
- Click the View menu
- And make sure you select the PID (Process Identifier)