Hi everybody,
I have an applet communicating with the servlet. The servlet reads the
data from the applet in its doPost method, sends the data to a class
(XDataAccessor) for processing. The result vector is returned. I'am
sending this vector and the servlet 'response' as parameters to a
function that is supposed to send the data back to the applet. This is
where the problem is:
outputToApplet = new ObjectOutputStream(response.getOutputStream());
System.out.println("Sending dept record vector to
applet..."); // this line is being printed
outputToApplet.writeObject(rowvect);// at this point an
exception is thrown- java.net.SocketException: Connection reset by peer:
socket write error.
This must have been asked before.But i would appreciate if any of you
gave me a solution.
Thank You all.
Bye.
-Kiran.
___________________________________________________________________________
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