tags:

views:

34

answers:

2

when i try to start my java based server there is a message that says the port is already in use... And all my java web servers are stopped... So if anyone can help me i will appreciate it...

+1  A: 

If there is really still a process that has the port open, you can easily check for that (and close the process) via TCPView. It might be that the port is just lingering (for example due to not being shutdown properly), in which case you'd have to wait for the socket to close and check that the code is clear with regard to that.

Jim Brissom
greate guys thank u so much
Alejandro
+1  A: 

A few options... us TCPView to find the program that has the port open and kill it... reboot... just reset the network connection. Try those.

CrazyDart
great thank u so much man
Alejandro