DO NOT REPLY [Bug 39966] - Class Cast Exception inTagHandlerPool

2006-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39966. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 40218] - JNDI realm - recursive group/role matching

2006-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40218. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 40525] New: - Native library causes 100% cpu use when idle

2006-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40525. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 40526] New: - tomcat 5.5.17 catalina.bat - dropped support for JPDA_OPTS environment variable

2006-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40526. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 40526] - tomcat 5.5.17 catalina.bat - dropped support for JPDA_OPTS environment variable

2006-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40526. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 11:32:04 2006 New Revision: 446913 URL: http://svn.apache.org/viewvc?view=revrev=446913 Log: Exclude disabled worker from the single worker shurtcut in lb. Even for the single worker case, disabled should behave as documented, i.e. not accept requests without

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

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 12:22:09 2006 New Revision: 446920 URL: http://svn.apache.org/viewvc?view=revrev=446920 Log: Remove unused variable. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c URL:

svn commit: r446925 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 12:28:51 2006 New Revision: 446925 URL: http://svn.apache.org/viewvc?view=revrev=446925 Log: Add a special environment variable to be able to set target worker names via env variable. Useful to combine the more powerful regexps of LocationMatch and

svn commit: r446930 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 12:51:02 2006 New Revision: 446930 URL: http://svn.apache.org/viewvc?view=revrev=446930 Log: Add the missing no-jk feature to apache 1.3 and a missing JK_IS_DEBUG_LEVEL to the no-jk impl in apache 2.0. Modified:

svn commit: r446948 - in /tomcat/connectors/trunk/jk/xdocs: config/apache.xml howto/apache.xml

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 13:36:40 2006 New Revision: 446948 URL: http://svn.apache.org/viewvc?view=revrev=446948 Log: Explain how to use SetHandler and env vars to control mod_jk behaviour. Part of the functionality is old, but has never been documented, part of it is new. Modified:

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

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 14:18:38 2006 New Revision: 446954 URL: http://svn.apache.org/viewvc?view=revrev=446954 Log: Fix wrong parameter name for package size configuration. Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified:

svn commit: r446959 - /tomcat/connectors/trunk/jk/xdocs/config/apache.xml

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 14:40:29 2006 New Revision: 446959 URL: http://svn.apache.org/viewvc?view=revrev=446959 Log: Add version info to the doc of the new env var feature. Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml Modified:

Going to tag mod_jk 1.2.19

2006-09-16 Thread Rainer Jung
Hi, I'm going to tag tomcat-connectors 1.2.19 in around an hour. In case anyone has a pending important commit, please let me know soon. Regards, Rainer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

svn commit: r446962 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 15:13:30 2006 New Revision: 446962 URL: http://svn.apache.org/viewvc?view=revrev=446962 Log: Avoid compiler warning, keep code the same in Apache 1.3 and 2.0. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified:

svn commit: r446983 - /tomcat/connectors/trunk/jk/tools/lineends.pl

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 17:12:04 2006 New Revision: 446983 URL: http://svn.apache.org/viewvc?view=revrev=446983 Log: Adding lineends.pl from apr native connector. Copying it here makes jk release more indepependant. Added: tomcat/connectors/trunk/jk/tools/lineends.pl (with props)

svn commit: r446990 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 18:15:32 2006 New Revision: 446990 URL: http://svn.apache.org/viewvc?view=revrev=446990 Log: New features for release script: - tag can be chosen by commandline flag - another commandline flag enables packaging from trunk - use lineends.pl to convert line ends

svn commit: r446991 - in /tomcat/connectors/trunk/jk: native/STATUS.txt native/common/jk_version.h xdocs/index.xml xdocs/news/20060101.xml

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 18:17:29 2006 New Revision: 446991 URL: http://svn.apache.org/viewvc?view=revrev=446991 Log: Prepare STATUS, index, news and jk_version for tagging new release. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt

svn commit: r446992 - /tomcat/connectors/trunk/jk/conf/workers.properties

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 18:21:10 2006 New Revision: 446992 URL: http://svn.apache.org/viewvc?view=revrev=446992 Log: Rename deprecated property in example config file. Modified: tomcat/connectors/trunk/jk/conf/workers.properties Modified:

svn commit: r446985 - /tomcat/connectors/trunk/jk/native/common/portable.h.sample

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 17:32:33 2006 New Revision: 446985 URL: http://svn.apache.org/viewvc?view=revrev=446985 Log: Update sample protable.h to include new fileio.h check. Modified: tomcat/connectors/trunk/jk/native/common/portable.h.sample Modified:

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

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 18:36:55 2006 New Revision: 446993 URL: http://svn.apache.org/viewvc?view=revrev=446993 Log: Update changelog before tagging 1.2.19 (todays changes). Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified:

svn commit: r446996 - /tomcat/connectors/trunk/jk/HOWTO-RELEASE

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 18:57:51 2006 New Revision: 446996 URL: http://svn.apache.org/viewvc?view=revrev=446996 Log: Update release howto: - correct list of files which are version dependant - drop details of what jkrelease.sh does Modified: tomcat/connectors/trunk/jk/HOWTO-RELEASE

svn commit: r446998 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_19/

2006-09-16 Thread rjung
Author: rjung Date: Sat Sep 16 19:10:41 2006 New Revision: 446998 URL: http://svn.apache.org/viewvc?view=revrev=446998 Log: Tagging mod_jk 1.2.19. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_19/ - copied from r446997, tomcat/connectors/trunk/

Offering help: Tomcat Packaging

2006-09-16 Thread Serdar Bulut
I would like to offer some help in packaging tomcat, i.e. creating RPM packages that could be used with Redhat, Centos, Fedora, etc. Please let me know. Best, -Serdar Bulut TFG - To unsubscribe, e-mail: [EMAIL PROTECTED] For

mod_jk 1.2.19 release candidate: ready to test

2006-09-16 Thread Rainer Jung
Hi, version 1.2.19 of the Apache Tomcat mod_jk web server connector has been tagged. This version contains numerous bug fixes and some new improvements over our last release 1.2.18. Please test and share your experience. Your feedback helped us a lot during the previous release, so we hope there

DO NOT REPLY [Bug 40528] New: - missing error message localisations

2006-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=40528. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.