I came across a strage problem. I am using serialization to send strings
and arrays between my applet and a servlet via writeObject().

I try to send an array of 40 strings to the servlet. If the first
element (string) is 65 characters long or less, it works just fine.
However, if it is longer I get the following error:

java.io.IOException: A network error occurred while Netscape was
receiving data. (Network Error: Connection reset by peer) Try onnecting
again.

What is the reason for this?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to