Which process is using a port in OS X?
        Posted  
        
            by Zubair
        on Super User
        
        See other posts from Super User
        
            or by Zubair
        
        
        
        Published on 2010-04-24T08:39:11Z
        Indexed on 
            2010/04/24
            8:44 UTC
        
        
        Read the original article
        Hit count: 243
        
I'm trying to start a program in OS X and I get the message:
Port already in use: 8080
I tried LSOF to find out who is using the port but it doesn't have the information. Is there any way I can find out who is using this port so that I can then kill the process?
© Super User or respective owner