Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.io.IOException: Connection reset by peer

807567May 11 2004 — edited May 12 2004
Hi,
I'm writing a web app that has to encode jpeg to return pictures in servlet response. It seems to work fine under tomcat web server, but it crashes under iplanet when a client posts a lot of requests in a very short time : when I try to write in the ServletOutputStream, I get the following exception, and then it seems that my iplanet server doesn't handle such a case ? Any idea ?
Thanks in advance,

Sebastien

java.io.IOException: Connection reset by peer
at
com.iplanet.server.http.servlet.NSServletSession.write(NSServletSession.java:165)

at
com.iplanet.server.http.servlet.NSServletOutputStream.write(NSServletOutputStream.java:252)

at
com.iplanet.server.http.servlet.NSServletOutputStream.write(NSServletOutputStream.java:292)

at
...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2004
Added on May 11 2004
1 comment
1,027 views