I will tell you one case where I got this message.

I used a program for uploading of files. I was checking the
size of the file and then I threw an exception when the size was exceeded.

The "connection reset" message comes when the exception is thrown
before the entire file is read. like for example a person uploads
a 20 MB file when the limit is 1 MB. IE, just goes blank while NN
shows the error message. The solution was to go on reading till the end.

regards
Nagaraj.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
sanjay
Sent: Thursday, January 04, 2001 4:07 PM
To: [EMAIL PROTECTED]
Subject: Connection reset by peer in Netscape???


Hi all
   Does anyone know about why the connection gets reset when calling a
servlet using netscape navigator(4.6 or 4.7))?This doesnt happen in
Internet Explorer browser.

Thanks in advance
regards
san

___________________________________________________________________________
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

___________________________________________________________________________
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