What process is using port 4848?

General support questions
Post Reply
Qu0ll
Posts: 43
Joined: 2009/04/02 06:06:49

What process is using port 4848?

Post by Qu0ll » 2011/09/13 02:40:20

I am trying to start GlassFish server on this machine but it complains that port 4848 is already in use. How can I find out which process is using this port?

pjwelsh
Posts: 2632
Joined: 2007/01/07 02:18:02
Location: Central IL USA

What process is using port 4848?

Post by pjwelsh » 2011/09/13 02:54:38

As root: [code]netstat -anp|grep :4848[/code]

Post Reply