DO NOT REPLY [Bug 40999] New: - Unable to manage truststoreFile, truststorePass, truststoreType

2006-11-19 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=40999. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[EMAIL PROTECTED]: Project jakarta-tomcat-dbcp (in module jakarta-tomcat-5) failed

2006-11-19 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-dbcp has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project tomcat-tc6-dbcp (in module tomcat-tc6) failed

2006-11-19 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-tc6-dbcp has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project tomcat-tc6-dbcp (in module tomcat-tc6) failed

2006-11-19 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-tc6-dbcp has an issue affecting its community integration. This issue

Re: svn commit: r452464 - /tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh

2006-11-19 Thread Rainer Jung
Hello again, I got the argument wrong, but there is still a problem, so I need to -1 (veto) your commit to the Makefile.in. The instdso.sh from apache httpd also has the remove lines, but they use it in a different situation, ie when they want to install the shared lib into the modules

[EMAIL PROTECTED]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2006-11-19 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2006-11-19 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project jakarta-tomcat-4.0 (in module jakarta-tomcat-4.0) failed

2006-11-19 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-4.0 has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project jakarta-tomcat-4.0 (in module jakarta-tomcat-4.0) failed

2006-11-19 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-4.0 has an issue affecting its community integration. This issue

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 04:50:28 2006 New Revision: 476809 URL: http://svn.apache.org/viewvc?view=revrev=476809 Log: Calculate the min connection pool size as ceiling(poolsize/2) instead of floor(poolsize/2). So w don't throw away all connections during maintenance, when the pool has size

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 04:55:30 2006 New Revision: 476811 URL: http://svn.apache.org/viewvc?view=revrev=476811 Log: We calculated the min connection pool size relativ to the default pool size (1), instead of the real pool size. Modified:

svn commit: r476815 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 05:14:10 2006 New Revision: 476815 URL: http://svn.apache.org/viewvc?view=revrev=476815 Log: Fix comment typo. Always use 0 and =0 when comparing timeout values. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified:

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 05:26:00 2006 New Revision: 476817 URL: http://svn.apache.org/viewvc?view=revrev=476817 Log: - Check if socket is still connected, even if socket_timeout=0. - Change log message levels according to their real severity. - Add a hint for the all ... dead message. -

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 05:49:08 2006 New Revision: 476819 URL: http://svn.apache.org/viewvc?view=revrev=476819 Log: Added another lb strategy: session based. Contributed by Takayuki Kaneko. This strategy does only make sense, if the sessions are a much stronger indicator of load than

svn commit: r476821 - in /tomcat/connectors/trunk/jk/xdocs: changelog.xml config/workers.xml

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 06:10:55 2006 New Revision: 476821 URL: http://svn.apache.org/viewvc?view=revrev=476821 Log: Adding docs for the Session load balancing method. Enhancing docs for all other load balancing methods. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml

Re: suggestion about new loadbalancing method of mod_jk

2006-11-19 Thread Rainer Jung
Hi Takayuki, Thank you. I committed your suggested patch. It will be released with version 1.2.20, which should be available for tests in a few days. I added a couple of warnings to the documentation: Please note, that session stickyness and perfect load balancing are conflicting targets,

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

2006-11-19 Thread Mladen Turk
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?view=revrev=476817 -if (ae-worker-socket_timeout 0) { -if (!jk_is_socket_connected(ae-sd)) { +if (!jk_is_socket_connected(ae-sd)) { +1. That's possible because socket connect detection is not dependent on

svn commit: r476844 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 08:08:55 2006 New Revision: 476844 URL: http://svn.apache.org/viewvc?view=revrev=476844 Log: Fix broken build. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml URL:

svn commit: r476849 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_logger.h common/jk_util.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 09:10:43 2006 New Revision: 476849 URL: http://svn.apache.org/viewvc?view=revrev=476849 Log: Part 1 of the vhost merge cleanup - Adding the missing key_size_indicator merge to Apache 2.0 - Adding the basic infra for having a vhost specific timestamp format

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

2006-11-19 Thread Rainer Jung
Mladen Turk schrieb: [EMAIL PROTECTED] wrote: ((rc = ajp_connection_tcp_send_message(ae, op-request, l)) != JK_TRUE)) { if (rc != JK_FATAL_ERROR) { -jk_log(l, JK_LOG_INFO, +jk_log(l, JK_LOG_DEBUG, (%s) error

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 09:31:24 2006 New Revision: 476852 URL: http://svn.apache.org/viewvc?view=revrev=476852 Log: Reverting part of r476817. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL:

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:06:02 2006 New Revision: 476863 URL: http://svn.apache.org/viewvc?view=revrev=476863 Log: Fix a couple of typos. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified:

svn commit: r476865 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_global.h

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:17:01 2006 New Revision: 476865 URL: http://svn.apache.org/viewvc?view=revrev=476865 Log: Adding a default location for the log file and a message, if the default gets used. Making a define out of the default JkShmFile location. Modified:

svn commit: r476878 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:48:05 2006 New Revision: 476878 URL: http://svn.apache.org/viewvc?view=revrev=476878 Log: Adding a couple if JK_IS_DEBUG_LEVEL(). Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

svn commit: r476880 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 10:51:51 2006 New Revision: 476880 URL: http://svn.apache.org/viewvc?view=revrev=476880 Log: Adding the vhost to ap_log_error() where we used NULL, but a server_rec is available. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified:

svn commit: r476887 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:09:58 2006 New Revision: 476887 URL: http://svn.apache.org/viewvc?view=revrev=476887 Log: Some fixes to the Apache httpd 1.3 module: - Change source to destination when copying a table (used for JkMountCopy, taken from Apache 2.x) - Adding CHROOT trick to the

Initial Feedback on Tomcat 6.0.2 build system

2006-11-19 Thread William L. Thomson Jr.
Greetings, Finally getting round to making a Gentoo ebuild for Tomcat 6.0.2. So far so good, much less dependencies, and etc. Much improvements from 5.5.x, all the way around. However I have one suggestion for now, and one problem. My suggestion is, would it be possible to have

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:31:57 2006 New Revision: 476894 URL: http://svn.apache.org/viewvc?view=revrev=476894 Log: Adding a real config hierarchie for loggers with respect to vhosts. We try to keep track of the pathes and piped we already have opened. As long as they are writte in the

svn commit: r476895 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:38:15 2006 New Revision: 476895 URL: http://svn.apache.org/viewvc?view=revrev=476895 Log: Whops: killed a semicolon in r476887. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

svn commit: r476898 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 11:51:41 2006 New Revision: 476898 URL: http://svn.apache.org/viewvc?view=revrev=476898 Log: Now, that we have a logger for each vhost, let's use them. No more need to use the main_log. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified:

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 12:52:04 2006 New Revision: 476917 URL: http://svn.apache.org/viewvc?view=revrev=476917 Log: More vhost config stuff - moving all post config actions to the init or post_config hooks (parsing formats, maps etc.) This makes merging the config easier. - Inherit

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

2006-11-19 Thread rjung
Author: rjung Date: Sun Nov 19 14:05:01 2006 New Revision: 476942 URL: http://svn.apache.org/viewvc?view=revrev=476942 Log: Fix two compilation errors in the modules. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Re: [VOTE] Tomcat 6.0.2

2006-11-19 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Remy Maucherat wrote: 6.0.2 is: [X] Alpha [ ] Beta just haven't had enough time to qualify it as a beta, but I want it to be available for download, so a vote is in order Thanks, let us know after testing. Rémy

svn commit: r476944 - /tomcat/build/tc5.5.x/build.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 14:12:19 2006 New Revision: 476944 URL: http://svn.apache.org/viewvc?view=revrev=476944 Log: Fix Gump. Removing the new class (PoolUtil) that requires the other pool classes causes other failures. This fix isn't strictly necessary whilst we still use the current

svn commit: r476945 - /tomcat/tc6.0.x/trunk/build.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 14:14:15 2006 New Revision: 476945 URL: http://svn.apache.org/viewvc?view=revrev=476945 Log: Fix Gump. Removing the new class (PoolUtil) that requires the other pool classes causes other failures. This fix isn't strictly necessary whilst we still use the current

Problems with managing sizing of processor pools in web server, JK and Tomcat

2006-11-19 Thread Tim Whittington
A recent discussion on a patch for the IIS ISAPI Redirector (http://issues.apache.org/bugzilla/show_bug.cgi?id=40967) raised some issues with the current way JK handles the sizing of the connection pool and it's relationship to the threads in the web server process. Historically (prior to 1.2.16

svn commit: r476979 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/realm/JDBCRealm.java webapps/docs/changelog.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 15:52:52 2006 New Revision: 476979 URL: http://svn.apache.org/viewvc?view=revrev=476979 Log: Port fix for bug 40844. Missing syncs. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JDBCRealm.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

svn commit: r476983 - in /tomcat/tc6.0.x/trunk: java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 16:01:37 2006 New Revision: 476983 URL: http://svn.apache.org/viewvc?view=revrev=476983 Log: Port fix for bug 37509. Modified: tomcat/tc6.0.x/trunk/java/org/apache/juli/ClassLoaderLogManager.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified:

svn commit: r476985 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/Parameters.java

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 16:04:23 2006 New Revision: 476985 URL: http://svn.apache.org/viewvc?view=revrev=476985 Log: Tabs to 8 spaces. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/Parameters.java Modified:

svn commit: r476988 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/connector/LocalStrings.properties java/org/apache/catalina/connector/Request.java java/org/apache/tomcat/util/http/Parameters.j

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 16:10:03 2006 New Revision: 476988 URL: http://svn.apache.org/viewvc?view=revrev=476988 Log: Port fix bug 40860. Additional logging if parameter processing fails. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/LocalStrings.properties

svn commit: r476989 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/loader/StandardClassLoader.java webapps/docs/changelog.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 16:13:26 2006 New Revision: 476989 URL: http://svn.apache.org/viewvc?view=revrev=476989 Log: Port fix for bug 40929. Update JavaDoc Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/StandardClassLoader.java

svn commit: r476992 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 16:17:55 2006 New Revision: 476992 URL: http://svn.apache.org/viewvc?view=revrev=476992 Log: Port fix for bug 40901. Encode directory listing output. Based on a patch by Chris Halstead. Modified:

svn commit: r476995 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/host.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 16:27:23 2006 New Revision: 476995 URL: http://svn.apache.org/viewvc?view=revrev=476995 Log: Port fix for bug 38198. Improve context name aspect of host documentation. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

svn commit: r477001 - in /tomcat/container/tc5.5.x/webapps: admin/WEB-INF/classes/org/apache/webapp/admin/resources/DataSourceForm.java docs/changelog.xml

2006-11-19 Thread markt
Author: markt Date: Sun Nov 19 17:00:46 2006 New Revision: 477001 URL: http://svn.apache.org/viewvc?view=revrev=477001 Log: Fix bug 40714. Username is not required in all circumstances for a DataSource. Modified:

DO NOT REPLY [Bug 40714] - Jdbc data source

2006-11-19 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=40714. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 40712] - Realm admin error.

2006-11-19 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=40712. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.