svn commit: r701754 - in /tomcat/connectors/trunk/jk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 00:05:51 2008 New Revision: 701754 URL: http://svn.apache.org/viewvc?rev=701754&view=rev Log: Rename retry_wait to retry_interval. It means exactly that; 'the interval between retries' Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomca

svn commit: r701758 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 01:13:50 2008 New Revision: 701758 URL: http://svn.apache.org/viewvc?rev=701758&view=rev Log: For getting the free endpoint from the worker in load balancer, use that workers retries/retry_interval setting. Modified: tomcat/connectors/trunk/jk/native/common/jk_

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

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 01:29:06 2008 New Revision: 701759 URL: http://svn.apache.org/viewvc?rev=701759&view=rev Log: Use correct var name Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL: http://s

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

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 01:31:10 2008 New Revision: 701760 URL: http://svn.apache.org/viewvc?rev=701760&view=rev Log: Fix typo Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL: http://svn.apache.

svn commit: r701762 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2008-10-05 Thread markt
Author: markt Date: Sun Oct 5 02:09:35 2008 New Revision: 701762 URL: http://svn.apache.org/viewvc?rev=701762&view=rev Log: Fix xml - stop gump complaining Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changel

DO NOT REPLY [Bug 43800] Severe error with native dll and SSL

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43800 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

DO NOT REPLY [Bug 44522] Https doesn't work on APR+OpenSSL

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44522 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

DO NOT REPLY [Bug 45242] Unable to compile JNI wrappers on Linux. It must be an error in build scripts

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45242 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

DO NOT REPLY [Bug 44769] Add ByteBuffer creation method to org.apache.tomcat.jni.Stdlib

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44769 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

DO NOT REPLY [Bug 44283] JVM crashes unexpectedly when using APR

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44283 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

DO NOT REPLY [Bug 43153] Socket.optGet(socket, Socket.APR_SO_SNDBUF) throws org.apache.tomcat.jni.Error

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43153 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

Bugzilla: Tomcat Connectors & Tomcat Native

2008-10-05 Thread Mark Thomas
These have been created and I have moved bugs from Tomcat 4/5/6 to these products based on component and/or presence of strings like isapi in the summary. I haven't checked the closed bugs to see if the results were sensible. I have checked the open bugs. I have also set the component (mod_jk/isa

svn commit: r701773 - in /tomcat/site/trunk: docs/bugreport.html xdocs/bugreport.xml

2008-10-05 Thread markt
Author: markt Date: Sun Oct 5 03:47:06 2008 New Revision: 701773 URL: http://svn.apache.org/viewvc?rev=701773&view=rev Log: Add links to new bugzilla components Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/xdocs/bugreport.xml Modified: tomcat/site/trunk/docs/bugrepo

DO NOT REPLY [Bug 43479] APR sendfile thread leaks memory

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43479 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Native:Integration |Library

Re: Bugzilla: Tomcat Connectors & Tomcat Native

2008-10-05 Thread Mladen Turk
Mark Thomas wrote: These have been created and I have moved bugs from Tomcat 4/5/6 to these products based on component and/or presence of strings like isapi in the summary. Cool. I have checked the open bugs. I have also set the component (mod_jk/isapi etc) where I thought it was sensible t

DO NOT REPLY [Bug 40534] JMX Monitoring in Tomcat

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40534 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|ASSIGNED|RESOLVED

svn commit: r701777 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h

2008-10-05 Thread mturk
Author: mturk Date: Sun Oct 5 04:28:58 2008 New Revision: 701777 URL: http://svn.apache.org/viewvc?rev=701777&view=rev Log: Add and use retry_interval for load balancer. Like with ajp worker retries and retry_interval are used to create multiple calls to get_worker. On retry the internal tables

Re: Bugzilla: Tomcat Connectors & Tomcat Native

2008-10-05 Thread Rainer Jung
Mark Thomas schrieb: > These have been created and I have moved bugs from Tomcat 4/5/6 to these > products based on component and/or presence of strings like isapi in the > summary. > > I haven't checked the closed bugs to see if the results were sensible. > > I have checked the open bugs. I have

Retries in mod_jk

2008-10-05 Thread Rainer Jung
Hi, since we committed some changes to retry handling in mod_jk I try to sort out our various aspects of retries and how to do them best. 1) Retries when retrieving an endpoint for an AJP 13 worker === Getting an endpoint might fail, if the

Re: svn commit: r701777 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h

2008-10-05 Thread Rainer Jung
Hi Mladen, [EMAIL PROTECTED] schrieb: > +/* Pull shared memory if something changed during sleep */ > +jk_shm_lock(); > +if (p->worker->sequence != p->worker->s->h.sequence) > +jk_lb_pull(p->worker, l); > +jk_shm_unlock(); I think th

Re: Retries in mod_jk

2008-10-05 Thread Mladen Turk
Rainer Jung wrote: a) Refactor --- I would suggest we move the retry handling of get_endpoint into ajp_get_endpoint() and derive any configuration options of the retry behaviour from the AJP 13 worker, not the LB worker. That makes sense. It's a logical place for it. Also the logical

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

2008-10-05 Thread rjung
Author: rjung Date: Sun Oct 5 08:01:50 2008 New Revision: 701806 URL: http://svn.apache.org/viewvc?rev=701806&view=rev Log: Init retry, change semantics, s.t. the first attempt is counted as retry #1, like we do with AJP 13 workers. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_wo

svn commit: r701811 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2008-10-05 Thread rjung
Author: rjung Date: Sun Oct 5 08:56:42 2008 New Revision: 701811 URL: http://svn.apache.org/viewvc?rev=701811&view=rev Log: Allow showing only a single member of a load balancer in the status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c tomcat/connectors/trunk/j

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

2008-10-05 Thread rjung
Author: rjung Date: Sun Oct 5 09:30:37 2008 New Revision: 701823 URL: http://svn.apache.org/viewvc?rev=701823&view=rev Log: Add display of request rates and byte transfer rates to status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk

svn commit: r701837 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2008-10-05 Thread rjung
Author: rjung Date: Sun Oct 5 10:50:14 2008 New Revision: 701837 URL: http://svn.apache.org/viewvc?rev=701837&view=rev Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: h

DO NOT REPLY [Bug 42419] Options for changing jsessionid cookie name

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42419 --- Comment #3 from André-John Mas <[EMAIL PROTECTED]> 2008-10-05 11:06:21 PST --- If a change was made, I believe the simplest approach would be allow a system property to override this. I believe JBOSS already does this. Would a patc

DO NOT REPLY [Bug 42419] Options for changing jsessionid cookie name

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42419 André-John Mas <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECT

DO NOT REPLY [Bug 42419] Options for changing jsessionid cookie name

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42419 --- Comment #4 from André-John Mas <[EMAIL PROTECTED]> 2008-10-05 15:03:25 PST --- Created an attachment (id=22672) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22672) Diff to add support for changing the value of JSESSIO

DO NOT REPLY [Bug 45951] New: Provide support for renaming JSESSIONID

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45951 Summary: Provide support for renaming JSESSIONID Product: Tomcat 6 Version: 6.0.18 Platform: All OS/Version: Mac OS X 10.4 Status: NEW Severity: normal Prior

DO NOT REPLY [Bug 42419] Options for changing jsessionid cookie name

2008-10-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42419 --- Comment #5 from André-John Mas <[EMAIL PROTECTED]> 2008-10-05 15:16:44 PST --- Note that I have opened bug 45951 to deal with Tomcat 6. An equivalent patch has been added there. -- Configure bugmail: https://issues.apache.org/bu

svn commit: r701902 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java jk/core/MsgContext.java

2008-10-05 Thread billbarker
Author: billbarker Date: Sun Oct 5 16:43:00 2008 New Revision: 701902 URL: http://svn.apache.org/viewvc?rev=701902&view=rev Log: Add support for full client-cert chains to AJP Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/trunk/java/org/apache/coyote/ajp/A

Bug report for Tomcat 3 [2008/10/05]

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

Bug report for Watchdog [2008/10/05]

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

Bug report for Tomcat 4 [2008/10/05]

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

Bug report for Tomcat 5 [2008/10/05]

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

Re: Branching connectors/jni for Tomcat Native

2008-10-05 Thread jean-frederic clere
Mladen Turk wrote: Costin Manolache wrote: There are few issues and questions, I'm not sure its as simple as it looks :-) For new development - are you going to make changes in both branches ? I assume there will be features that can only be done in 1.3. Right. 1.1.x will be in bug fixing m

Re: svn commit: r701754 - in /tomcat/connectors/trunk/jk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2008-10-05 Thread Eiji Takahashi
Hi. I think that retry_interval can be set also with LB. Is it correct? > + required="false"> regards. On Sun, Oct 5, 2008 at 4:05 PM, <[EMAIL PROTECTED]> wrote: > Author: mturk > Date: Sun Oct 5 00:05:51 2008 > New Revision: 701754 > > URL: http://svn.apache.org/viewvc?rev=701754&view=rev >