No exception is thrown when my server socket dies
I have a server application running on sunOS 5.7.
To this I have both Windows and SunOS clients connected via TCP/IP. (Server built with jdk 1.2.2 and client with 1.3.0)
If the Server socket dies an exception is thrown in the windows clients but not in the sunOS client.
I need the exception to be thrown in the sunOS as well.
Is there anybody who knows how to get this done?
Thanks in advance.
/Henrik

