Linux – Which application is using port 8080
Always, Java developers need to know which application is using the high demand 8080 port. In this tutorial, we will show you two ways to find out which application is using port 8080 on Linux. 1. lsof + ps command 1.1 Bring up the terminal, type lsof -i :8080 $ lsof -i :8080 COMMAND PID …