Hey guys
we have a java based server side web application that runs over a specific port on Solaris 8.
Unfortunately, sometimes this app crashes or hangs and requires a restart.
We have a problem that the port the application uses is not released upon a crash and therefore the only way to really clear the problem and restart the service is to restart the server... not a good solution...
I thought that ports should auto close if they are not used for a period of time, however this does not seem to be the case here. The port stays open indefinitely...
Is there a way of forcing a port to close from the command line ??
Please help
Cheers
A
we have a java based server side web application that runs over a specific port on Solaris 8.
Unfortunately, sometimes this app crashes or hangs and requires a restart.
We have a problem that the port the application uses is not released upon a crash and therefore the only way to really clear the problem and restart the service is to restart the server... not a good solution...
I thought that ports should auto close if they are not used for a period of time, however this does not seem to be the case here. The port stays open indefinitely...
Is there a way of forcing a port to close from the command line ??
Please help
Cheers
A