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

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

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

2004-02-04 Thread Alexander Schwartz
and/or discussion results) * do you think the POST-recovery caused the session mix-up? * does our patch successfully eliminate the problem by disabling POST-recovery? The patch is attached. Thanks a lot, Alexander. -- 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
: +// don't want to recover +op-recoverable = JK_FALSE; if (! op-recoverable) { *is_recoverable_error = JK_FALSE; jk_log(l, JK_LOG_ERROR, -- Alexander Schwartz ([EMAIL PROTECTED

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

2004-02-08 Thread Alexander Schwartz
and mod_jk retried on another tomcat. Wait for my jk.logs. Alex. -- Alexander Schwartz ([EMAIL PROTECTED]) http://www.ahus1.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-02-09 Thread Alexander Schwartz
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 { public void init(FilterConfig filterConfig) throws ServletException { } public void doFilter

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

2004-02-10 Thread Alexander Schwartz
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]) http://www.ahus1.de --- jk_ajp_common.c.old Fri Jan 23 16:26:12 2004

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

2004-02-12 Thread Alexander Schwartz
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.servlet.FilterChain; import javax.servlet.FilterConfig

Re: POST recovery in JK and JK2 HEAD

2004-02-13 Thread Alexander Schwartz
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 - To unsubscribe, e-mail

Re: POST recovery in JK and JK2 HEAD

2004-02-16 Thread Alexander Schwartz
. 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]) http://www.ahus1.de ? jtc.20040208.zip ? jtc.20040215.zip ? jk/native

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

2004-10-16 Thread Alexander Schwartz
IllegalArgumentException(DeltaManager only supports useDirtyFlag = true (yet). Maybe use SimpleTcpReplicationManager instead.); } this.useDirtyFlag = useDirtyFlag; } Alex. -- Alexander Schwartz ([EMAIL PROTECTED