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

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 01:04:13 2008 New Revision: 708475 URL: http://svn.apache.org/viewvc?rev=708475view=rev Log: Fix BZ 46104: - Wrong Runtime state code to text mapping (Status worker displays wrong state) and also: - wrong text to state mapping (not used anywhere) - make all state

DO NOT REPLY [Bug 46104] displayed worker state is wrong

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46104 Rainer Jung [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46106] New: Broken link in documentation

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46106 Summary: Broken link in documentation Product: Tomcat 6 Version: 6.0.18 Platform: Other URL: http://tomcat.apache.org/tomcat-6.0-doc/config/host.html OS/Version: other

svn commit: r708538 - in /tomcat/trunk/webapps/docs/config: context.xml engine.xml globalresources.xml host.xml

2008-10-28 Thread markt
Author: markt Date: Tue Oct 28 04:50:43 2008 New Revision: 708538 URL: http://svn.apache.org/viewvc?rev=708538view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46106 Remove references to DefaultContext from docs Modified: tomcat/trunk/webapps/docs/config/context.xml

svn commit: r708541 - in /tomcat/trunk/java/org/apache: catalina/core/ catalina/mbeans/ catalina/startup/ naming/factory/

2008-10-28 Thread markt
Author: markt Date: Tue Oct 28 04:52:12 2008 New Revision: 708541 URL: http://svn.apache.org/viewvc?rev=708541view=rev Log: Remove references to DefaultContext from code Removed: tomcat/trunk/java/org/apache/catalina/mbeans/DefaultContextMBean.java Modified:

svn commit: r708542 - in /tomcat/tc6.0.x/trunk/webapps/docs/config: context.xml engine.xml globalresources.xml host.xml

2008-10-28 Thread markt
Author: markt Date: Tue Oct 28 04:54:03 2008 New Revision: 708542 URL: http://svn.apache.org/viewvc?rev=708542view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46106 Remove references to DefaultContext from docs Modified:

DO NOT REPLY [Bug 46106] Broken link in documentation

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46106 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

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

2008-10-28 Thread remm
Author: remm Date: Tue Oct 28 05:30:39 2008 New Revision: 708555 URL: http://svn.apache.org/viewvc?rev=708555view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: [PROPOSAL] Remove the invoker servlet

2008-10-28 Thread Yoav Shapira
On Tue, Oct 28, 2008 at 6:56 AM, Mark Thomas [EMAIL PROTECTED] wrote: I'd like to remove the invoker servlet entirely from trunk (and hence TC7.x onwards) and deprecate it in 6.0.x. +0. We should document it boldly and let people know before the release. Yoav

DO NOT REPLY [Bug 46109] New: The reply_timeout counter doesn't decay, when Busyness is specified to lb method.

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46109 Summary: The reply_timeout counter doesn't decay, when Busyness is specified to lb method. Product: Tomcat Connectors Version: unspecified Platform: All OS/Version: All

svn commit: r708586 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 07:34:28 2008 New Revision: 708586 URL: http://svn.apache.org/viewvc?rev=708586view=rev Log: Improve validation ordering, when a connection has been acquired, but validation failed, don't let the thread go back into polling mode, instead try to reconnect it.

svn commit: r708587 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 07:36:30 2008 New Revision: 708587 URL: http://svn.apache.org/viewvc?rev=708587view=rev Log: throw an exception instead of timeout when we fail to reconnect Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

svn commit: r708592 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java DataSourceFactory.java DataSourceProxy.java PoolProperties.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 08:00:22 2008 New Revision: 708592 URL: http://svn.apache.org/viewvc?rev=708592view=rev Log: Make the polling fairness configurable Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

svn commit: r708605 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 09:41:36 2008 New Revision: 708605 URL: http://svn.apache.org/viewvc?rev=708605view=rev Log: when the DB is down, don't wait and try over and over again, simply return the failure Modified:

Re: [PROPOSAL] Remove the invoker servlet

2008-10-28 Thread Costin Manolache
+0 I kind of liked the functionality ( i.e. write a servlet and have it 'just work', without web.xml ). And the annotations have their own problems ( scanning all the classes ). But to turn this around to my favorite subject - wouldn't be better to exclude it from the release ? Maybe this and

Re: [PROPOSAL] Remove the invoker servlet

2008-10-28 Thread Mark Thomas
Costin Manolache wrote: +0 I kind of liked the functionality ( i.e. write a servlet and have it 'just work', without web.xml ). And the annotations have their own problems ( scanning all the classes ). V3 of the servlet spec should include the ability to add servlet and filter mappings on

Re: [PROPOSAL] Remove the invoker servlet

2008-10-28 Thread Filip Hanik - Dev Lists
+1 for security reasons Filip Mark Thomas wrote: All, I'd like to remove the invoker servlet entirely from trunk (and hence TC7.x onwards) and deprecate it in 6.0.x. Any objections? Mark - To unsubscribe, e-mail: [EMAIL

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

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 12:25:53 2008 New Revision: 708643 URL: http://svn.apache.org/viewvc?rev=708643view=rev Log: Fix BZ 46109: decay reply_timeouts even when lb method is busyness. Also reset reply_timeouts during forced recovery. This problem was already present in 1.2.26. Modified:

DO NOT REPLY [Bug 46109] The reply_timeout counter doesn't decay, when Busyness is specified to lb method.

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46109 Rainer Jung [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r708651 - in /tomcat/trunk: modules/jdbc-pool/doc/ modules/jdbc-pool/doc/jdbc-pool.xml webapps/docs/config/jdbc-pool.xml

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 12:50:26 2008 New Revision: 708651 URL: http://svn.apache.org/viewvc?rev=708651view=rev Log: move over documentation to the module Added: tomcat/trunk/modules/jdbc-pool/doc/ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml - copied unchanged from

svn commit: r708652 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/ test/org/apache/tomcat/jdbc/test/

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 12:58:43 2008 New Revision: 708652 URL: http://svn.apache.org/viewvc?rev=708652view=rev Log: Added a different fairness option, since ArrayBlockingQueue with fair=true is really bad for performance Added:

svn commit: r708669 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 14:06:52 2008 New Revision: 708669 URL: http://svn.apache.org/viewvc?rev=708669view=rev Log: Add JK_REPLY_TIMEOUT env var to the docs. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified:

svn commit: r708684 - /tomcat/connectors/trunk/jk/xdocs/reference/apache.xml

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 14:43:18 2008 New Revision: 708684 URL: http://svn.apache.org/viewvc?rev=708684view=rev Log: Fix typo in docs. Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml URL:

svn commit: r708686 - in /tomcat/connectors/trunk/jk/xdocs: index.xml news/20081001.xml

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 14:44:08 2008 New Revision: 708686 URL: http://svn.apache.org/viewvc?rev=708686view=rev Log: Add news page for 2008 and update front page for 1.2.27. Added: tomcat/connectors/trunk/jk/xdocs/news/20081001.xml (with props) Modified:

svn commit: r708688 - in /tomcat/connectors/trunk/jk/native: STATUS.txt common/jk_version.h

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 14:48:05 2008 New Revision: 708688 URL: http://svn.apache.org/viewvc?rev=708688view=rev Log: Update STATUS and version file to prepare tagging 1.2.27. Modified: tomcat/connectors/trunk/jk/native/STATUS.txt

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

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 16:01:05 2008 New Revision: 708712 URL: http://svn.apache.org/viewvc?rev=708712view=rev Log: Final changelog update before 1.2.27. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified:

svn commit: r708717 - in /tomcat/trunk/modules/jdbc-pool: build.xml test/org/apache/tomcat/jdbc/test/TestGCClose.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 16:12:39 2008 New Revision: 708717 URL: http://svn.apache.org/viewvc?rev=708717view=rev Log: add test target Modified: tomcat/trunk/modules/jdbc-pool/build.xml tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestGCClose.java Modified:

APR and NIO

2008-10-28 Thread Remy Maucherat
Hi, Trying out Bayeux quickly (after all, there's still nothing to test with Comet wise otherwise), it works with NIO, but not with APR. What is the fundamental difference ? Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED]

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

2008-10-28 Thread remm
Author: remm Date: Tue Oct 28 16:27:43 2008 New Revision: 708721 URL: http://svn.apache.org/viewvc?rev=708721view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r708726 - /tomcat/connectors/tags/jk1.2.x/JK_1_2_27/

2008-10-28 Thread rjung
Author: rjung Date: Tue Oct 28 16:37:59 2008 New Revision: 708726 URL: http://svn.apache.org/viewvc?rev=708726view=rev Log: Tagging JK 1.2.27. Added: tomcat/connectors/tags/jk1.2.x/JK_1_2_27/ - copied from r708725, tomcat/connectors/trunk/

Re: APR and NIO

2008-10-28 Thread Filip Hanik - Dev Lists
in trunk there is one difference, NIO allows async CometEvent.close, APR has the hooks in place, but I haven't dared to dig into the poller code yet. that's the only thing I can think of right now. Filip Remy Maucherat wrote: Hi, Trying out Bayeux quickly (after all, there's still nothing

[VOTE] Releasing Tomcat Connectors 1.2.27

2008-10-28 Thread Rainer Jung
Hello to the Tomcat team, JK 1.2.27 has been available for testing for two weeks as a svn snapshot. Several bugs have been found and fixed. So I would like to proceed with the release vote. If you want to take a look, the final source distribution can be downloaded from:

Re: APR and NIO

2008-10-28 Thread Remy Maucherat
On Tue, 2008-10-28 at 18:56 -0600, Filip Hanik - Dev Lists wrote: in trunk there is one difference, NIO allows async CometEvent.close, APR has the hooks in place, but I haven't dared to dig into the poller code yet. that's the only thing I can think of right now. I only wanted to see

svn commit: r708753 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 19:15:35 2008 New Revision: 708753 URL: http://svn.apache.org/viewvc?rev=708753view=rev Log: Fix the performance issue, don't count down until the lock has been released, this allows for much more concurrency Modified:

svn commit: r708769 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java test/org/apache/tomcat/jdbc/test/FairnessTest.java test/org/apache/tomcat/jdbc/test/Te

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 21:34:29 2008 New Revision: 708769 URL: http://svn.apache.org/viewvc?rev=708769view=rev Log: Added in a fairness test to showcase the FairBlockingQueue Added: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/FairnessTest.java Modified:

svn commit: r708780 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java

2008-10-28 Thread fhanik
Author: fhanik Date: Tue Oct 28 22:19:32 2008 New Revision: 708780 URL: http://svn.apache.org/viewvc?rev=708780view=rev Log: added doc around new flag Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java Modified:

DO NOT REPLY [Bug 46115] New: Cannot deploy without specifying Context Path

2008-10-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46115 Summary: Cannot deploy without specifying Context Path Product: Tomcat 6 Version: 6.0.18 Platform: All OS/Version: All Status: NEW Severity: minor Priority: