netstat -an

Anyone know how to delete an open socket connection. I have an app that will no restart cus the port is in use. How do I find the port number and how do I free up this port? Any insight would be appreciated. I believe it uses 42340.ThanksJI
[268 byte] By [viperji] at [2007-11-25 23:35:55]
# 1
When I run into this I try to find the process that cases the port to be open and kill it, that has done the trick so far.// Joakim
MrJayDee at 2007-7-5 18:20:20 > top of Java-index,General,Talk to the Sysop...