How to kill a process running on particular port in Linux?
Asked 07 September, 2021
Viewed 1.6K times
  • 59
Votes

I tried to close the tomcat using ./shutdown.sh from tomcat /bin directory. But found that the server was not closed properly. And thus I was unable to restart
My tomcat is running on port 8080.

I want to kill the tomcat process running on 8080. I first want to have the list of processes running on a specific port (8080) in order to select which process to kill.

30 Answer