DeltaManager not supporting useDirtyFlag=false, suggesting safety-improved DeltaManager

2004-10-16 Thread Alexander Schwartz
throw new IllegalArgumentException("DeltaManager only supports useDirtyFlag = true (yet). Maybe use SimpleTcpReplicationManager instead."); } this.useDirtyFlag = useDirtyFlag; } ---- Alex. -- Alexander Schwar

Re: POST recovery in JK and JK2 HEAD

2004-02-16 Thread Alexander Schwartz
e this connection immediately without sending any other data. This should handle any problems arising from chunked responses and/or content-length headers. But I don't know how to implement that. The included patch is only for jk, not jk2. Alex. -- Alexander Schwartz ([EMAIL PROTECTED]) htt

Re: POST recovery in JK and JK2 HEAD

2004-02-13 Thread Alexander Schwartz
t fails after data has been sent to the client, assume that the request is complete, i.e. return JK_TRUE (otherwise apache will add some error messages to the reply). Alex. -- Alexander Schwartz ([EMAIL PROTECTED]) http://www.ahus1.de

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-12 Thread Alexander Schwartz
till want to recover in this scenario? Alex. -- Alexander Schwartz ([EMAIL PROTECTED]) http://www.ahus1.de package com.direkt1822.joba.filter; import java.io.BufferedReader; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.Filter; import javax.serv

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-10 Thread Alexander Schwartz
for 1.2.4/1.2.5, and I am happy to port it to HEAD -- if someone checks that it leaves no loose ends. Thanks for taking this serious. Alex. PS: this "empty POST" bug is not the explanation for the session mixup (yet)? Any ideas on that one? -- Alexander Schwartz ([EMAIL PROTECTED]) ht

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-09 Thread Alexander Schwartz
x.servlet.http.HttpServletResponse; /** * This is a filter that sends all data sent from the client back to the client * @author Alexander Schwartz (1822direkt) 2004 * @version $Id: EchoFilter.java,v 1.1 2004/01/22 12:10:39 ahus1 Exp $ */ public class EchoFilter implements Filter { pu

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-08 Thread Alexander Schwartz
tes. What I was able to test was empty POST after the first tomcat failed while processing the request and mod_jk retried on another tomcat. Wait for my jk.logs. Alex. -- Alexander Schwartz ([EMAIL PROTECTED]) http://www.ahus1.de ---

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-05 Thread Alexander Schwartz
jk_log(l, JK_LOG_ERROR, "Error sending request body\n"); > > +// as+gj/20040123 > > +op->recoverable = JK_FALSE; > > return JK_FALSE; > > } > > } > > @@ -1279,6 +1295,9 @@ > >

Re: failover-problem and session mixup: jakarta-tomcat-connectors/mod_jk: jk_ajp_common.c

2004-02-04 Thread Alexander Schwartz
t, but I need to make sure it's strong enough for production. I need some advice on the two issues (as far as I can see there has been no commit on CVS and/or discussion results) * do you think the POST-recovery caused the session mix-up? * does our patch successfully eliminate the proble

Re: failover-problem and session mixup: jakarta-tomcat-connectors: jk_ajp_common.c

2004-01-28 Thread Alexander Schwartz
isms, but early and clean failure :) Cheers, Alex. -- Alexander Schwartz ([EMAIL PROTECTED]) http://www.ahus1.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]