1

When I was running my project on 8080 port immediately the eclipse closed automatically and the port is still running with the project, I reponed and I can't run the project on 8080 port anymore.

In Mac OS.

saif
  • 1,182
  • 14
  • 27

1 Answers1

1

[sudo] lsof -ti:8080 | xargs kill should pull up the PID binding to 8080 and kill it

Debosmit Ray
  • 5,228
  • 2
  • 27
  • 43