How to check port used by other application
1. Open command prompt as Administrator
2. Type command below;
> netstat -aon | findstr 8080
> tasklist | findstr <PID>
Refer this article : https://dzone.com/articles/how-to-check-which-process-is-using-port-8080-or-a
Ulasan