#1. do not send html formatted email to this list!
> I'm getting these servlet errors very frequently, but they not always
> happen. Our Web accepts about 20.000 requests per day wich make use of
> servlets, and maybe 5 or 10% fail.
>
> We're using Linux + Apache 1.2 + JServ 0.9.
#2. Upgrade to 1.0b4.
> It's clear that the buffer that holds the text to be shown in the page
> screws up, but do you know why ?
Because the users clicks the stop button and closes the connection to the
server before you are done sending out the data. You are trying to do an
out.print() on a stream that isn't open so you get that exception.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]