Re: TC 5.0.x releases

2007-04-26 Thread Jean-Frederic
On Wed, 2007-04-25 at 21:37 -0500, Yoav Shapira wrote: Hi, On 4/25/07, Remy Maucherat [EMAIL PROTECTED] wrote: I'll do it if no-one else steps forward. A vote is needed to elect a new RM, so if you're candidate for the job, you can post the vote. Why is a vote needed? We have to

How to integrate tomcat with windows AD to authenticate users.

2007-04-26 Thread Draper, Billy
Are there any good tutorial or HOW TOs on enabling windows AD authentication with Tomcat? Thanks, Billy This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only for the use

Re: Candidate binaries for 6.0.12

2007-04-26 Thread Yoav Shapira
On 4/25/07, Remy Maucherat [EMAIL PROTECTED] wrote: The candidates binaries in which I suppose a horrible bug will be found in about 5 minutes are available here: http://people.apache.org/~remm/tomcat-6/v6.0.12/ Looks solid to me. Thanks for cutting it. Yoav

svn commit: r532800 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport: MultiPointSender.java ReplicationTransmitter.java bio/MultipointBioSender.java bio/PooledMultiSender.java nio/

2007-04-26 Thread fhanik
Author: fhanik Date: Thu Apr 26 09:52:29 2007 New Revision: 532800 URL: http://svn.apache.org/viewvc?view=revrev=532800 Log: Change the name to a more appropriate name Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/MultiPointSender.java

How to configure tomcat pool connection

2007-04-26 Thread Mario Medina
Hi! How can I configure a pool connection in tomcat? I tryed a lot making a context.xml in META-INF and web.xml in WEB-INF, using the parameters that i found on some how-tos and manuals, but I get the problem org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class ''

svn commit: r532865 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml webapps/docs/con

2007-04-26 Thread pero
Author: pero Date: Thu Apr 26 14:09:41 2007 New Revision: 532865 URL: http://svn.apache.org/viewvc?view=revrev=532865 Log: Add heartbeatBackgroundEnabled to enable channel heartbeat call. Don't forget to disable the GroupChannel heartbeat thread. Default is false. Modified:

svn commit: r532877 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport: PooledSender.java bio/PooledMultiSender.java nio/PooledParallelSender.java

2007-04-26 Thread pero
Author: pero Date: Thu Apr 26 14:41:47 2007 New Revision: 532877 URL: http://svn.apache.org/viewvc?view=revrev=532877 Log: Remove senders as member disappeared.. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/PooledSender.java

DO NOT REPLY [Bug 42269] New: - Content-Length header is removed on HEAD requests

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

Improved available value

2007-04-26 Thread Remy Maucherat
Hi, I think I would be able to improve the handling of the available method (on the input stream) using a new action code. The processors will then query the various filters and their own buffer to see if there are bytes available somewhere, and the purpose would be to clear up the

Re: Improved available value

2007-04-26 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Hi, I think I would be able to improve the handling of the available method (on the input stream) using a new action code. The processors will then query the various filters and their own buffer to see if there are bytes available somewhere, and the purpose would be to

Re: svn commit: r532877 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport: PooledSender.java bio/PooledMultiSender.java nio/PooledParallelSender.java

2007-04-26 Thread Filip Hanik - Dev Lists
I would say this is a -1 this only removes the connections from the idle while it leaves the other ones hanging, hence leaves an inconsistent state. if we are gonna implement this solution, lets do it correct or not at all. Filip [EMAIL PROTECTED] wrote: Author: pero Date: Thu Apr 26

svn commit: r532943 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2007-04-26 Thread fhanik
Author: fhanik Date: Thu Apr 26 20:14:58 2007 New Revision: 532943 URL: http://svn.apache.org/viewvc?view=revrev=532943 Log: Remove call to remove clear connections upon a member disappeared event, this call is exposed higher in the API and should be controlled by the application Modified: