Re: mod_proxy_balancer issue

2008-08-27 Thread Mladen Turk
Jess Holle wrote: P.S. I'd also like to quiet attempts to recover workers from errors to a lower (and by default unlogged) logging level. The transition of a worker into an error state should certainly be logged, but logging every time we find it to still be in an error state seems to be exces

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
P.S. I'd also like to quiet attempts to recover workers from errors to a lower (and by default unlogged) logging level. The transition of a worker into an error state should certainly be logged, but logging every time we find it to still be in an error state seems to be excessive -- at least f

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
Jess Holle wrote: Jess Holle wrote: Mladen Turk wrote: Jess Holle wrote: Mladen Turk wrote: Is there a means of achieving background-only (or nearly so) testing of dead workers with mod_jk? That's what I'm looking for in both jk and mod_proxy_ajp connectors. I guess I was hoping/assuming

svn commit: r689625 - /tomcat/current/tc5.5.x/STATUS.txt

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 14:29:21 2008 New Revision: 689625 URL: http://svn.apache.org/viewvc?rev=689625&view=rev Log: Vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=6

svn commit: r689624 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 14:26:05 2008 New Revision: 689624 URL: http://svn.apache.org/viewvc?rev=689624&view=rev Log: Remove 1.5 dep that crept in with previous commit. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java Modified:

svn commit: r689621 - /tomcat/current/tc5.5.x/STATUS.txt

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 14:10:54 2008 New Revision: 689621 URL: http://svn.apache.org/viewvc?rev=689621&view=rev Log: Add missing patch reference Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/t

svn commit: r689619 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JAASMemoryLoginModule.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 14:09:21 2008 New Revision: 689619 URL: http://svn.apache.org/viewvc?rev=689619&view=rev Log: JAASMemoryLoginModule didn't confirm to JAASRealm contract. This prevented any user from being assigned a role. Modified: tomcat/container/tc5.5.x/catalina/src/share/

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
Jess Holle wrote: Jess Holle wrote: Mladen Turk wrote: Jess Holle wrote: Mladen Turk wrote: Is there a means of achieving background-only (or nearly so) testing of dead workers with mod_jk? That's what I'm looking for in both jk and mod_proxy_ajp connectors. I guess I was hoping/assuming

DO NOT REPLY [Bug 45591] NullPointerException during shutdown in JKMain.pause()

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45591 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r689615 - in /tomcat: connectors/trunk/jk/java/org/apache/jk/server/JkMain.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 13:57:50 2008 New Revision: 689615 URL: http://svn.apache.org/viewvc?rev=689615&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45591 NPE on shutdown failure in some cases. Based on a patch by Matt Passell Modified: tomcat/connectors/trunk/j

svn commit: r689613 - in /tomcat: container/tc5.5.x/catalina/src/bin/catalina.sh container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 13:52:34 2008 New Revision: 689613 URL: http://svn.apache.org/viewvc?rev=689613&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43578 and https://issues.apache.org/bugzilla/show_bug.cgi?id=45585 Tomcat doesn't start if installation path contains

DO NOT REPLY [Bug 45585] Tomcat doesn't start when JULI is not used (NoClassDefFoundError)

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45585 --- Comment #4 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-27 13:52:14 PST --- This has been applied to 5.5.x and will be included in 5.5.27 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email -

DO NOT REPLY [Bug 43578] Tomcat fails to start on linux if CATALINA_HOME contains a space

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43578 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
Jess Holle wrote: Mladen Turk wrote: Jess Holle wrote: Mladen Turk wrote: Is there a means of achieving background-only (or nearly so) testing of dead workers with mod_jk? That's what I'm looking for in both jk and mod_proxy_ajp connectors. I guess I was hoping/assuming it was there in mo

DO NOT REPLY [Bug 44282] WebappClassLoader.findClass calls getClassLoader without privileges

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44282 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r689608 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-27 Thread markt
Author: markt Date: Wed Aug 27 13:35:45 2008 New Revision: 689608 URL: http://svn.apache.org/viewvc?rev=689608&view=rev Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=44282 Do call to getClassLoader() in a privileged block. Note the security manager test also had to change slightly to

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
Jess Holle wrote: Add JkWatchdogInterval 60 Also how/where would one specify this for the IIS/Tomcat connector? [I need such a capability for IIS and Apache 2.2, specifically.] -- Jess Holle - To unsubscribe, e-mail: [EMAIL

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
Mladen Turk wrote: Jess Holle wrote: Mladen Turk wrote: Is there a means of achieving background-only (or nearly so) testing of dead workers with mod_jk? That's what I'm looking for in both jk and mod_proxy_ajp connectors. I guess I was hoping/assuming it was there in mod_jk from reading t

Re: mod_proxy_balancer issue

2008-08-27 Thread Mladen Turk
Jess Holle wrote: Mladen Turk wrote: Is there a means of achieving background-only (or nearly so) testing of dead workers with mod_jk? That's what I'm looking for in both jk and mod_proxy_ajp connectors. I guess I was hoping/assuming it was there in mod_jk from reading the docs. There i

Re: mod_proxy_balancer issue

2008-08-27 Thread Jess Holle
Mladen Turk wrote: Jess Holle wrote: I'm quite willing to help, but you're clearly much more familiar with both mod_jk and APR/MPM than I am, so I suspect I'd just get in the way except at the testing level. Well, I plan to create mpm watchdog hook system first. I'll also create a small call

svn commit: r689447 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-27 Thread remm
Author: remm Date: Wed Aug 27 04:09:01 2008 New Revision: 689447 URL: http://svn.apache.org/viewvc?rev=689447&view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6894

DO NOT REPLY [Bug 45392] No OCSP support for client SSL verification

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45392 jfclere <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 43327] Socket bind fails on tomcat startup when using apr

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43327 jfclere <[EMAIL PROTECTED]> changed: What|Removed |Added Status|ASSIGNED|RESOLVED Res

DO NOT REPLY [Bug 45074] Add configuration parameters for finer tuning of Http11AprProtocol thread usage

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45074 jfclere <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Res

svn commit: r689403 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-27 Thread jfclere
Author: jfclere Date: Wed Aug 27 00:45:03 2008 New Revision: 689403 URL: http://svn.apache.org/viewvc?rev=689403&view=rev Log: Propose backport for PR#45074 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r689402 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java webapps/docs/changelog.xml

2008-08-27 Thread jfclere
Author: jfclere Date: Wed Aug 27 00:42:58 2008 New Revision: 689402 URL: http://svn.apache.org/viewvc?rev=689402&view=rev Log: Fix for PR#45074 Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/

DO NOT REPLY [Bug 44809] Improve AprLifecycleListener Error Messages

2008-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44809 jfclere <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Res

svn commit: r689398 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-27 Thread jfclere
Author: jfclere Date: Wed Aug 27 00:28:22 2008 New Revision: 689398 URL: http://svn.apache.org/viewvc?rev=689398&view=rev Log: Propose backport for PR#44809 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t

svn commit: r689395 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2008-08-27 Thread jfclere
Author: jfclere Date: Wed Aug 27 00:23:40 2008 New Revision: 689395 URL: http://svn.apache.org/viewvc?rev=689395&view=rev Log: Fix for PR#44809 Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/ja

svn commit: r689389 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-27 Thread jfclere
Author: jfclere Date: Wed Aug 27 00:02:55 2008 New Revision: 689389 URL: http://svn.apache.org/viewvc?rev=689389&view=rev Log: Propose backport for PR#43327 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/t