A
Ajit
Hi,
I have got a problem in closing server socket. I have the code for
closing the server socket in the destroy method of the servlet.
Sometimes the apache jserv calls the init method without calling the
destroy method. Doing so doesn't close my server sockets properly. How
do I ensure that the destroy method is called or my server socket is
closed properly?
Thanks,
Ajit
I have got a problem in closing server socket. I have the code for
closing the server socket in the destroy method of the servlet.
Sometimes the apache jserv calls the init method without calling the
destroy method. Doing so doesn't close my server sockets properly. How
do I ensure that the destroy method is called or my server socket is
closed properly?
Thanks,
Ajit