Hey, I'm a linux beginner but I'm trying to get a chat server that I wrote in java up and running on a linux server. I'm using nohup so it will run continously but obviously when i'm testing it it crashes from time to time... the prob is that it still retains control of whatever port i had set it to listen to, even when the process is gone. Is there a way of freeing up this port? thanks
Robin
|