-
socket write error
Hi !
I'm using Java application on windows 2003 (64bit ) .
Java version : 1.6.0_5
When I run my application ,everything works well but the dataloading time is so long. I'm working in Web Server side ( no client connection )
This is error that I receive from logfile :
Error sending data, aborting: ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error
bios.servlets.GetGeometryComponents: client cut of the stream?
So , I think that I'd like to increase socket timeout but I don't know to how to implement it . I'm a new Java beginer and not good at Java propraming
Thanks for any help !
Best regard