mod_jk Error Flushing

2005-04-29 Thread Paolo Lai
but, sometimes, in the error.log of apache2 directory i've a lot of mod_jk: Error flushing error. What does thios error means? Thank's for your attention Best regard __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

mod_jk error flushing ...

2004-11-04 Thread Clara Ines Pena de Carrillo
child init 1 -2 [Thu Nov 04 08:34:39 2004] [error] jk2_init() Can't find child 1416 in scoreboard [Thu Nov 04 08:34:39 2004] [error] mod_jk child init 1 -2 mod_jk: Error flushing [Thu Nov 04 08:35:51 2004] [error] Error ajp_process_callback - write failed [Thu Nov 04 08:35:51 2004] [error] ajp13

RE: mod_jk error flushing ...

2004-11-04 Thread Phillip Qin
I kept these messages too although I only installed Tomcat 5. It happened in Tomcat 4.1 as well. -Original Message- From: Clara Ines Pena de Carrillo [mailto:[EMAIL PROTECTED] Sent: November 4, 2004 9:21 AM To: Tomcat Users List Subject: mod_jk error flushing ... Hi everybody, I

RE: mod_jk error flushing ...

2004-11-04 Thread Clara Ines Pena de Carrillo
] Sent: November 4, 2004 9:21 AM To: Tomcat Users List Subject: mod_jk error flushing ... Hi everybody, I have installed tomcat 4.1.24, apache 2.0.47, jdk 1.4.2 and mod_jk2-2.0.43 in a Sun Solaris 8 machine. Everything have worked more or less ok since today that the system crashed

RE: mod_jk error flushing ...

2004-11-04 Thread Phillip Qin
Sorry, typo. I mean I got these messages too since I started using Tomcat 4.1 and now Tomcat 5. -Original Message- From: Clara Ines Pena de Carrillo [mailto:[EMAIL PROTECTED] Sent: November 4, 2004 9:59 AM To: Tomcat Users List Subject: RE: mod_jk error flushing ... On Thu, 4 Nov 2004

mod_jk: Error flushing

2003-09-19 Thread Javier Ayllon
Hi friends: A few days ago I upgraded to Tomcat 4.1.24 with mod_jk 1.2.3 and apache 2.0.46. Averything seems to work right (in fact really fast). Just a little detail disturbs my internal peace ;-) In error_log I see every now and then the message mod_jk: Error flushing

bizarre page flushing situation

2001-06-25 Thread Richard Sand
Hi all- I've got the following somewhat whacky setup which Tomcat refuses to handle. It involves custom tags and included JSP pages. My tomcat is 3.2.2 on W2K running native (i.e. no external web server). At the bottom of all of my JSP pages I include a JSP footer as follows: %@ include

Re: bizarre page flushing situation

2001-06-25 Thread Richard Sand
Any help greatly appreciated. -Richard - Original Message - From: Richard Sand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 25, 2001 3:33 PM Subject: bizarre page flushing situation Hi all- I've got the following somewhat whacky setup which Tomcat refuses to handle

Re: flushing

2001-06-20 Thread Brett M. Bergquist
Which version of Tomcat are you refering to? If Tomcat 3.2.X, try the HttpServletResponse.flushBuffer() method. This works for me in Tomcat 3.2.2. - Original Message - From: T [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 6:26 PM Subject: flushing How can I

Re[2]: flushing

2001-06-20 Thread T
the ability to know when the browser breaks the connection, because an IO exception is thrown. How can I flush Tomcat? Nothing from the PrintWriter reaches the browser until the servlet completes. flush() does nothing. Has anybody altered the facade classes to enable flushing? Why is Tomcat set up

Re: flushing

2001-06-20 Thread Bo Xu
[...] How can I flush Tomcat? Nothing from the PrintWriter reaches the browser until the servlet completes. flush() does nothing. Has anybody altered the facade classes to enable flushing? Why is Tomcat set up that way? Thanks. [...] Hi :-) you can use ServletResponse.flushBuffer

Re[2]: flushing

2001-06-20 Thread T
Microsystems Inc.) DR -Original Message- DR From:T [EMAIL PROTECTED] DR Sent:Tue, 19 Jun 2001 18:26:03 -0400 DR To: [EMAIL PROTECTED] DR Subject: flushing DR How can I flush Tomcat? Nothing from the PrintWriter reaches the DR browser until the servlet completes. flush() does nothing

Re: flushing

2001-06-20 Thread Bo Xu
T wrote: Wednesday, June 20, 2001, 8:16:23 AM, Brett M. Bergquist [EMAIL PROTECTED] wrote: BMB Which version of Tomcat are you refering to? If Tomcat 3.2.X, try the BMB HttpServletResponse.flushBuffer() method. This works for me in Tomcat 3.2.2. Perfect! Thanks. It looks like this also

flushing

2001-06-19 Thread T
How can I flush Tomcat? Nothing from the PrintWriter reaches the browser until the servlet completes. flush() does nothing. Has anybody altered the facade classes to enable flushing? Why is Tomcat set up that way? Thanks.

Re: flushing

2001-06-19 Thread Dmitri Colebatch
: How can I flush Tomcat? Nothing from the PrintWriter reaches the browser until the servlet completes. flush() does nothing. Has anybody altered the facade classes to enable flushing? Why is Tomcat set up that way? Thanks.

Re: flushing

2001-06-19 Thread Dmitry Rogatkin
- From:T [EMAIL PROTECTED] Sent:Tue, 19 Jun 2001 18:26:03 -0400 To: [EMAIL PROTECTED] Subject: flushing How can I flush Tomcat? Nothing from the PrintWriter reaches the browser until the servlet completes. flush() does nothing. Has anybody altered the facade classes to enable flushing

Flushing of include jsp pages

2001-03-21 Thread Slemp, Douglas, J (Doug)
I have the following question: if I have a %@ include file="/header.jsp" % embedded in the calling jsp, how can I ensure the included file is checked to see if it has been modified?(in case it has been changed) Right now, I have to modify the calling jsp in order to have it check and