[Proposal] mod_jk lb changes

2006-04-12 Thread Rainer Jung
Hi List, hi Mladen (master of mod_jk): a year ago we changed to algorithm in mod_jk, that counts weighted requests in the lb worker to decide, which balanced worker should receive the next request. The new algorithm three main advantages: a) using only integers b) using only a limited range

svn commit: r393433 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

2006-04-12 Thread remm
Author: remm Date: Wed Apr 12 03:54:41 2006 New Revision: 393433 URL: http://svn.apache.org/viewcvs?rev=393433view=rev Log: - Improve the algorithm used when constructing classloaders, in particular to respect order. - Submitted by Rainer Jung. Modified:

svn commit: r393434 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

2006-04-12 Thread remm
Author: remm Date: Wed Apr 12 03:55:14 2006 New Revision: 393434 URL: http://svn.apache.org/viewcvs?rev=393434view=rev Log: - Improve the algorithm used when constructing classloaders, in particular to respect order. - Submitted by Rainer Jung. Modified:

svn commit: r393447 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java webapps/docs/changelog.xml

2006-04-12 Thread pero
Author: pero Date: Wed Apr 12 05:39:05 2006 New Revision: 393447 URL: http://svn.apache.org/viewcvs?rev=393447view=rev Log: Fix that DeltaManager not set session creation time at backup nodes. Modified:

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

2006-04-12 Thread Remy Maucherat
Bill Barker wrote: I mostly favor keeping the JavaMail support, since removing it (or even making it a separate download) is likely to generate a flood of BZ reports from people that can't be bothered to read the docs :). It has been there since TC 4.0.0, so a lot of people are going to expect

svn commit: r393454 - in /tomcat/tc6.0.x/trunk/java/javax: annotation/ annotation/security/ mail/ mail/internet/ persistence/ servlet/resources/ xml/ xml/ws/

2006-04-12 Thread remm
Author: remm Date: Wed Apr 12 06:18:19 2006 New Revision: 393454 URL: http://svn.apache.org/viewcvs?rev=393454view=rev Log: - Update APIs and annotations. Added: tomcat/tc6.0.x/trunk/java/javax/annotation/EJB.java tomcat/tc6.0.x/trunk/java/javax/annotation/EJBs.java

svn commit: r393458 - in /tomcat/tc6.0.x/trunk: .classpath build.xml

2006-04-12 Thread remm
Author: remm Date: Wed Apr 12 06:34:17 2006 New Revision: 393458 URL: http://svn.apache.org/viewcvs?rev=393458view=rev Log: - Update JAR packaging. Modified: tomcat/tc6.0.x/trunk/.classpath tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/.classpath URL:

DO NOT REPLY [Bug 39218] - Wrong order in TC class loading

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

RE: svn commit: r393433 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

2006-04-12 Thread Bill Barker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 3:55 AM To: tomcat-dev@jakarta.apache.org Subject: svn commit: r393433 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

Build failing

2006-04-12 Thread Filip Hanik - Dev lists
It expects there to be a tomcat-native-1.1.3 referenced in the build file http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ either we change the build to download -current, or publish a 1.1.3.tar.gz file, anyone up for the task? thanks Filip

Re: Build failing

2006-04-12 Thread Markus Schönhaber
Filip Hanik - Dev lists wrote: It expects there to be a tomcat-native-1.1.3 referenced in the build file http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ either we change the build to download -current, or publish a 1.1.3.tar.gz file, anyone up for the task? If I followed

Re: Build failing

2006-04-12 Thread Remy Maucherat
Filip Hanik - Dev lists wrote: It expects there to be a tomcat-native-1.1.3 referenced in the build file http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ either we change the build to download -current, or publish a 1.1.3.tar.gz file, anyone up for the task? The new tcnative

Re: svn commit: r393433 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

2006-04-12 Thread Remy Maucherat
Bill Barker wrote: Author: remm Date: Wed Apr 12 03:54:41 2006 New Revision: 393433 URL: http://svn.apache.org/viewcvs?rev=393433view=rev Log: - Improve the algorithm used when constructing classloaders, in particular to respect order. - Submitted by Rainer Jung. Urm, I think we need

svn commit: r393603 - /tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/coyote/tomcat5/InputBuffer.java

2006-04-12 Thread fhanik
Author: fhanik Date: Wed Apr 12 13:42:48 2006 New Revision: 393603 URL: http://svn.apache.org/viewcvs?rev=393603view=rev Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=38346 Fixed in 5.5 backporting to 5.0 Fixed provided by Rainer Jung Modified:

Re: patch for ManagerServlet (was Re: yet another tomcat goes stable and I still have to make a custom package)

2006-04-12 Thread Haroon Rafique
On Apr 6 at 9:54am, HR=Haroon Rafique [EMAIL PROTECTED] wrote: HR On Mar 22 at 3:04pm, FHDL=Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: HR HR FH patch looks good to me, +1, HR FH if no objections arise, then I can submit, we'll wait until end of week. HR FH Filip HR FH HR FH

Re: svn commit: r393433 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

2006-04-12 Thread Mark Thomas
Remy Maucherat wrote: Bill Barker wrote: Urm, I think we need svn:eol-style = native in the TC6 repo :). +1. It is quite odd that the other repositories don't behave like that. Sorry, I can't adjust my client side properties (I'm using Tortoise). Yes you can. Steps as follows: - right-click

svn commit: r393611 - /tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/log/SystemLogHandler.java

2006-04-12 Thread fhanik
Author: fhanik Date: Wed Apr 12 13:57:55 2006 New Revision: 393611 URL: http://svn.apache.org/viewcvs?rev=393611view=rev Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=33368 Already applied to 5.5, backport to 5.0 Fixed provided by Rainer Jung Modified:

svn commit: r393612 - /tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/util/SystemLogHandler.java

2006-04-12 Thread fhanik
Author: fhanik Date: Wed Apr 12 13:58:10 2006 New Revision: 393612 URL: http://svn.apache.org/viewcvs?rev=393612view=rev Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=33368 Already applied to 5.5, backport to 5.0 Fixed provided by Rainer Jung Modified:

Re: patch for ManagerServlet (was Re: yet another tomcat goes stable and I still have to make a custom package)

2006-04-12 Thread Filip Hanik - Dev lists
yep, I'll get this one in Haroon Rafique wrote: On Apr 6 at 9:54am, HR=Haroon Rafique [EMAIL PROTECTED] wrote: HR On Mar 22 at 3:04pm, FHDL=Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: HR HR FH patch looks good to me, +1, HR FH if no objections arise, then I can submit, we'll wait

svn commit: r393613 - /tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/ManagerServlet.java

2006-04-12 Thread fhanik
Author: fhanik Date: Wed Apr 12 14:08:01 2006 New Revision: 393613 URL: http://svn.apache.org/viewcvs?rev=393613view=rev Log: http://issues.apache.org/bugzilla/show_bug.cgi?id=36847 Fixes a bug where a WAR file gets overwritten by itself, and results in a 0 byte file when using the tag parameter

DO NOT REPLY [Bug 33368] - swallowOutput causes memory leak

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

DO NOT REPLY [Bug 39290] New: - mod_jk 1.2.15 and out.write() strange behaviour

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

svn commit: r393626 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-04-12 Thread fhanik
Author: fhanik Date: Wed Apr 12 14:51:37 2006 New Revision: 393626 URL: http://svn.apache.org/viewcvs?rev=393626view=rev Log: Updated on fixed bugs Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 35064] - Admin WebApp fails to open connectors when clicked.

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

svn commit: r393653 - /tomcat/container/tc5.5.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/EditConnectorAction.java

2006-04-12 Thread fhanik
Author: fhanik Date: Wed Apr 12 16:16:56 2006 New Revision: 393653 URL: http://svn.apache.org/viewcvs?rev=393653view=rev Log: Fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=35064 Fix submitted by [EMAIL PROTECTED] Modified:

DO NOT REPLY [Bug 39292] - balancer webapp broken when run catalina.bat start -security

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