How do I determine which application is using port 8080?
Posted
by picardo
on Super User
See other posts from Super User
or by picardo
Published on 2010-05-18T09:13:17Z
Indexed on
2010/05/18
9:21 UTC
Read the original article
Hit count: 174
I have an Ubuntu Server setup, where I'm trying to set up a daemon that wants to have access to port 8080. When I run the command, the error message says it's being used by another process. But which one, it doesn't say. How can I go about finding which program uses this port?
© Super User or respective owner