Workaround for JK Bug

2004-02-13 Thread Chris Pennock
All,

I have recently encountered a bug in the interaction between mod_jk and Tomcat. In 
brief, Tomcat does not get the POST data from mod_jk following failover from one 
Tomacat node to another.

It appears that this bug is known, and has been posted to this list before:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg110113.html
http://www.junlu.com/msg/15381.html

I wonder, have any others on the list experienced this?
Has anyone found a workaround?
If there is no workaround using Apache, mod_jk and Tomcat, how are people achieving 
load balancing and failover?

Also, here is a link to the bug in Apache's Bugzilla:
http://issues.apache.org/bugzilla/show_bug.cgi?id=24882



Thanks in advance, everyone!
Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for JK Bug

2004-02-13 Thread David Rees
On Fri, February 13, 2004 1at 1:03 am, Chris Pennock wrote:

 I have recently encountered a bug in the interaction between mod_jk and
 Tomcat. In brief, Tomcat does not get the POST data from mod_jk following
 failover from one Tomacat node to another.

 Also, here is a link to the bug in Apache's Bugzilla:
 http://issues.apache.org/bugzilla/show_bug.cgi?id=24882

It's should be fixed in CVS.  Try pulling the latest code and see if it
fixes it for you and post your results in the bug, the developers would
love to hear about it.

-Dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for JK Bug

2004-02-13 Thread Thomas Tang
Is this issue only in the binary release or all releases?

I have jk 1.2.4 with apache 1.3.29 compiled from source on solaris but 
have not observed this problem.





David Rees [EMAIL PROTECTED] 
02/13/2004 02:12 PM
Please respond to
Tomcat Users List [EMAIL PROTECTED]


To
Tomcat Users List [EMAIL PROTECTED]
cc

Subject
Re: Workaround for JK Bug






On Fri, February 13, 2004 1at 1:03 am, Chris Pennock wrote:

 I have recently encountered a bug in the interaction between mod_jk and
 Tomcat. In brief, Tomcat does not get the POST data from mod_jk 
following
 failover from one Tomacat node to another.

 Also, here is a link to the bug in Apache's Bugzilla:
 http://issues.apache.org/bugzilla/show_bug.cgi?id=24882

It's should be fixed in CVS.  Try pulling the latest code and see if it
fixes it for you and post your results in the bug, the developers would
love to hear about it.

-Dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Workaround for JK Bug

2004-02-13 Thread Apu Shah

i was wondering what the state of the checked in code is for mod_jk. the
last tag on jk was 1.2.5 after which (i assume) there have been several
checkins.

would you recommend pushing out a cvs built mod_jk to production (probably
unsafe, right) or should we wait for the next tagged, jakarta-blessed,
deemed stable mod_jk?

(i guess i answered my question... any thoughts, gut-feelings,
recommendations anyone?)

apu

 On Fri, February 13, 2004 1at 1:03 am, Chris Pennock wrote:

 I have recently encountered a bug in the interaction between mod_jk and
 Tomcat. In brief, Tomcat does not get the POST data from mod_jk
 following
 failover from one Tomacat node to another.

 Also, here is a link to the bug in Apache's Bugzilla:
 http://issues.apache.org/bugzilla/show_bug.cgi?id=24882

 It's should be fixed in CVS.  Try pulling the latest code and see if it
 fixes it for you and post your results in the bug, the developers would
 love to hear about it.

 -Dave

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Workaround for JK Bug

2004-02-13 Thread Chris Pennock
I am using a binary:
jakarta-tomcat-connectors-jk2.0.2-solaris8-apache2.0.43

I downloaded it Feb 9. The file was modified Spet 29.

I'll try compiling from source (which Dave says should have a fix) and
report back.


Thanks all!
Chris


-Original Message-
From: Thomas Tang [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 2:21 PM
To: Tomcat Users List
Subject: Re: Workaround for JK Bug


Is this issue only in the binary release or all releases?

I have jk 1.2.4 with apache 1.3.29 compiled from source on solaris but 
have not observed this problem.





David Rees [EMAIL PROTECTED] 
02/13/2004 02:12 PM
Please respond to
Tomcat Users List [EMAIL PROTECTED]


To
Tomcat Users List [EMAIL PROTECTED]
cc

Subject
Re: Workaround for JK Bug






On Fri, February 13, 2004 1at 1:03 am, Chris Pennock wrote:

 I have recently encountered a bug in the interaction between mod_jk
and
 Tomcat. In brief, Tomcat does not get the POST data from mod_jk 
following
 failover from one Tomacat node to another.

 Also, here is a link to the bug in Apache's Bugzilla:
 http://issues.apache.org/bugzilla/show_bug.cgi?id=24882

It's should be fixed in CVS.  Try pulling the latest code and see if it
fixes it for you and post your results in the bug, the developers would
love to hear about it.

-Dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for JK Bug

2004-02-13 Thread David Rees
On Fri, February 13, 2004 1at 1:21 am, Thomas Tang wrote:
 Is this issue only in the binary release or all releases?

 I have jk 1.2.4 with apache 1.3.29 compiled from source on solaris but
 have not observed this problem.

It's in all releases besides current CVS.  The bug isn't that easy to
trigger which is why it's gone un-fixed for some time.

-Dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Workaround for JK Bug

2004-02-13 Thread David Rees
On Fri, February 13, 2004 1at 1:23 am, Apu Shah wrote:

 i was wondering what the state of the checked in code is for mod_jk. the
last tag on jk was 1.2.5 after which (i assume) there have been several
checkins.

 would you recommend pushing out a cvs built mod_jk to production
(probably
 unsafe, right) or should we wait for the next tagged, jakarta-blessed,
deemed stable mod_jk?

 (i guess i answered my question... any thoughts, gut-feelings,
 recommendations anyone?)

mod_jk2 is due to be tagged for a release in the next week or so.  mod_jk
is due to be tagged the week after mod_jk2 is released.  If you are
affected by the POST bug in mod_jk, then I would consider using CVS after
testing it yourself, otherwise I would just wait.

-Dave




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]