Re: mod_jk broken pipe

2006-10-19 Thread Rafael . Almeida
/10/2006 19:27 Favor responder a Tomcat Users List users@tomcat.apache.org Para Tomcat Users List users@tomcat.apache.org cc Assunto Re: mod_jk broken pipe Hi Martin, Martin Kautz schrieb: Rainer, Thank you, but I'd like to know a bit more. Is there a way to avoid pipes get broken

mod_jk broken pipe

2006-10-18 Thread Martin Kautz
Hello list, after wasting a few days to solve my problem using Google I ended up her. :-) I've written a straight forward web store/shop (a front controller servlet using dbcp/mysql with a couple of jsps included conditionally). I am using Mac OS X 10.4.8, Tomcat 5.5.17, mod_jk 1.2.19,

Re: mod_jk broken pipe

2006-10-18 Thread Rafael . Almeida
Gerenciamento de Rede Superior Tribunal de Justiça Tel: (61) 3319-9342 Martin Kautz [EMAIL PROTECTED] 18/10/2006 15:37 Favor responder a Tomcat Users List users@tomcat.apache.org Para users@tomcat.apache.org cc Assunto mod_jk broken pipe Hello list, after wasting a few days to solve

Re: mod_jk broken pipe

2006-10-18 Thread Rainer Jung
The broken pipe error generally means, that the client (browser/ab) closed the connection before tomcat finished sending it's response. Most often this happens, when an answer takes longer, than users expect/tolerate and the users pressed refresh, stop etc. Possibly also, if you use a short

Re: mod_jk broken pipe

2006-10-18 Thread Martin Kautz
Rainer, Thank you, but I'd like to know a bit more. Is there a way to avoid pipes get broken? Even if this issue does not affect the user's expirience I'd like to get rid of that log file pollution. I forgot to mention that the issue only applies to concurrent requests from 'ab'. Martin

Re: mod_jk broken pipe

2006-10-18 Thread Rainer Jung
Hi Martin, Martin Kautz schrieb: Rainer, Thank you, but I'd like to know a bit more. Is there a way to avoid pipes get broken? Even if this issue does not affect the user's expirience I'd like to get rid of that log file pollution. I forgot to mention that the issue only applies to