Re: Tomcat Socket timeout? configuration issue?
Posted By:
Aaron_Loucks
Posted On:
Friday, July 2, 2004 07:16 AM
I fixed it, but i'm not really sure why it made a difference. The BufferedReader should handle how sin is read, but whatever. I still don't understand why the old version worked before when run from outside tomcat.
for (int i=0; i
sin.read(buf, i, 1);
}