svn commit: r697449 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:12:29 2008 New Revision: 697449 URL: http://svn.apache.org/viewvc?rev=697449&view=rev Log: Use max_packet_size for minumum socket buffer sizes instead fixed 8K Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/tru

svn commit: r697451 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:23:08 2008 New Revision: 697451 URL: http://svn.apache.org/viewvc?rev=697451&view=rev Log: Provided time can be modified, so log original value Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/com

svn commit: r697452 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:42:20 2008 New Revision: 697452 URL: http://svn.apache.org/viewvc?rev=697452&view=rev Log: Remove extra logging. We already logged this as [warn] Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/c

svn commit: r697462 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 02:45:59 2008 New Revision: 697462 URL: http://svn.apache.org/viewvc?rev=697462&view=rev Log: Let's use "mstarted" introduced in r697451 in all places, where it makes sense, and "now" mostly where it is now. Modified: tomcat/connectors/trunk/jk/native/common/jk_

svn commit: r697465 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:09:20 2008 New Revision: 697465 URL: http://svn.apache.org/viewvc?rev=697465&view=rev Log: Until now we don't use connection_keepalive in lb. It would be nice to inherit the property from an lb to all of its members, but we don't do that for any other property. A

svn commit: r697466 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:10:24 2008 New Revision: 697466 URL: http://svn.apache.org/viewvc?rev=697466&view=rev Log: Cosmetics. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h URL: http://svn.apach

svn commit: r697467 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:18:20 2008 New Revision: 697467 URL: http://svn.apache.org/viewvc?rev=697467&view=rev Log: Move logical condition from "from" to enclosing "if". Use "svn diff -x -w" to get a more condensed view of the change. Modified: tomcat/connectors/trunk/jk/native/comm

svn commit: r697468 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:26:00 2008 New Revision: 697468 URL: http://svn.apache.org/viewvc?rev=697468&view=rev Log: Doc update for new connection_keepalive. Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.

JK connection_keepalive configuration

2008-09-21 Thread Rainer Jung
Hi Mladen, any thoughts, how we could make configuring connection_keepalive better? We implicitely use prepost_timeout, so there's no way to use the occasional keepalive CPING probing without adding CPINGs to any request. I think in most cases, the actual timeout used for the CPONG response in t

Re: JK connection_keepalive configuration

2008-09-21 Thread Mladen Turk
Rainer Jung wrote: Hi Mladen, any thoughts, how we could make configuring connection_keepalive better? Of course by introducing even more attributes we can keep the individual CPING timeouts, but I don't really see a reason. I want to get the attributes right, before we release this nice featur

Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread Clement Low
Hi all, I would like to set a custom header to all of the pages that my Tomcat serve : ** What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not want to add this header to every page that I have. What can I do to tell Tomcat to achieve this?

svn commit: r697529 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 08:39:35 2008 New Revision: 697529 URL: http://svn.apache.org/viewvc?rev=697529&view=rev Log: Make sure only single digits are taken for boolean values Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified: tomcat/connectors/trunk/jk/native/comm

svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:07:02 2008 New Revision: 697532 URL: http://svn.apache.org/viewvc?rev=697532&view=rev Log: This should have been part of r697465 (remove connection_keepalive from lb worker) Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/

svn commit: r697534 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_util.c jk_util.h

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:19:31 2008 New Revision: 697534 URL: http://svn.apache.org/viewvc?rev=697534&view=rev Log: Add ping_timeout that is used for connection_keepalive and as default value for connect and prepost timeouts if boolean values are used for them Modified: tomcat/conne

svn commit: r697535 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:20:19 2008 New Revision: 697535 URL: http://svn.apache.org/viewvc?rev=697535&view=rev Log: Add missing declaration for ping_timeout Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_c

svn commit: r697542 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:44:34 2008 New Revision: 697542 URL: http://svn.apache.org/viewvc?rev=697542&view=rev Log: Add ping_timeout and connection_keepalive to status. Needs more work to finish... Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/conn

Re: JK connection_keepalive configuration

2008-09-21 Thread Rainer Jung
Mladen Turk schrieb: > Rainer Jung wrote: >> Hi Mladen, >> >> any thoughts, how we could make configuring connection_keepalive better? >> >> Of course by introducing even more attributes we can keep the individual >> CPING timeouts, but I don't really see a reason. I want to get the >> attributes r

Re: svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-21 Thread Rainer Jung
[EMAIL PROTECTED] schrieb: > Author: mturk > Date: Sun Sep 21 09:07:02 2008 > New Revision: 697532 > > URL: http://svn.apache.org/viewvc?rev=697532&view=rev > Log: > This should have been part of r697465 (remove connection_keepalive from lb > worker) Sorry, I did check jk_lb_worker.c for any use

Bug report for Watchdog [2008/09/21]

2008-09-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2008/09/21]

2008-09-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2008/09/21]

2008-09-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2008/09/21]

2008-09-21 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned