java.io.IOException: Connection reset by peer
807567May 11 2004 — edited May 12 2004Hi,
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
...