Re: [VOTE] Apache Tomcat v5.5.16 Stability

2006-03-13 Thread Henri Gomez
[X] Stable (no major issues) [ ] Beta (at least one major issue: please provide details) [ ] Alpha (multiple significant issues: please provide details)

Re: [VOTE] Apache Tomcat v5.5.16 Stability

2006-03-13 Thread Henri Gomez
[X] Stable (no major issues)

PATCH: Out-of-box build apache-tomcat-5.5.1[56]-src fix

2006-03-13 Thread Darryl L. Miles
Dear Developers, When following the build instructions at http://tomcat.apache.org/tomcat-5.5-doc/building.html I needed to make a couple of fixes to get it to build. Please accept this patch to correct the build errors that occur when following the instructions. --- build.xml~

Re: Tomcat 5.0 test environment

2006-03-13 Thread Yoav Shapira
Hi, Simple: run ant tester ;) Yoav On 3/13/06, Andre Kammerl [EMAIL PROTECTED] wrote: Hi, Is there somewhere an instruction available how to use the test cases that are included in the Tomcat source? Regards André -- Yoav Shapira Senior Architect Nimalex LLC 1 Mifflin Place,

svn commit: r385607 - /tomcat/container/tc5.5.x/modules/groupcom/build.xml

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 10:01:17 2006 New Revision: 385607 URL: http://svn.apache.org/viewcvs?rev=385607view=rev Log: Fixed build script Modified: tomcat/container/tc5.5.x/modules/groupcom/build.xml Modified: tomcat/container/tc5.5.x/modules/groupcom/build.xml URL:

svn commit: r385624 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp: ./ nio/

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 11:19:56 2006 New Revision: 385624 URL: http://svn.apache.org/viewcvs?rev=385624view=rev Log: Moved to the correct location Added: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/nio/NioReceiver.java - copied, changed

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

2006-03-13 Thread markt
Author: markt Date: Mon Mar 13 10:24:54 2006 New Revision: 385609 URL: http://svn.apache.org/viewcvs?rev=385609view=rev Log: Remove references to jasper2 from the src distro. I missed these when removing the jasper2 references in previous commits. Modified: tomcat/build/tc5.5.x/build.xml

DO NOT REPLY [Bug 37819] - Build from source archive fails because of incorrect jasper.home property in build/build.xml

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

svn commit: r385620 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp: bio/MultiSocketSender.java mbeans-descriptors.xml

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 11:04:41 2006 New Revision: 385620 URL: http://svn.apache.org/viewcvs?rev=385620view=rev Log: Changed the name Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/bio/MultiSocketSender.java

svn commit: r385649 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp: ./ bio/ nio/

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 12:14:57 2006 New Revision: 385649 URL: http://svn.apache.org/viewcvs?rev=385649view=rev Log: Removed fast async socket sender, the async logic should not be on the socket level. the same functionality can very easy be achieved through a interceptor that uses the

svn commit: r385644 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/bio: FastAsyncSocketSender.java util/FastQueue.java util/SmartQueue.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 12:05:48 2006 New Revision: 385644 URL: http://svn.apache.org/viewcvs?rev=385644view=rev Log: Removed the smart queue, not used anywhere. removed stats from the FastQueue, stats can be collected elsewhere. The FastAsyncSocketSender will go away, as the fast queue

svn commit: r385661 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp: ./ bio/ nio/

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 13:33:03 2006 New Revision: 385661 URL: http://svn.apache.org/viewcvs?rev=385661view=rev Log: Working on simplicity, removing all complex code, synchronization should be simple, but ideally, there should be none, two threads should never try to access the same

svn commit: r385662 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/bio/BioSender.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 13:40:56 2006 New Revision: 385662 URL: http://svn.apache.org/viewcvs?rev=385662view=rev Log: Fixed socket connection logic, too many methods doing the same thing, also, no timeout was set for connection timeout Modified:

svn commit: r385664 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/bio: BioSender.java MultiSocketSender.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 13:45:27 2006 New Revision: 385664 URL: http://svn.apache.org/viewcvs?rev=385664view=rev Log: Removed all synchronization, it happens in the class above Removed:

svn commit: r385682 - in /tomcat/container/tc5.5.x/modules/groupcom: etc/cluster-server.xml src/share/org/apache/catalina/tribes/tcp/bio/PooledMultiSender.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 14:27:30 2006 New Revision: 385682 URL: http://svn.apache.org/viewcvs?rev=385682view=rev Log: Added in a multi threaded blocking io sender Added: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tcp/bio/PooledMultiSender.java

svn commit: r385728 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/ src/share/org/apache/catalina/tribes/group/ src/share/org/apache/catalina/tribes/mcast/ src/s

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 20:11:59 2006 New Revision: 385728 URL: http://svn.apache.org/viewcvs?rev=385728view=rev Log: Performance optimizations Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/Channel.java

svn commit: r385729 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 20:17:54 2006 New Revision: 385729 URL: http://svn.apache.org/viewcvs?rev=385729view=rev Log: More optimizations Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/io/XByteBuffer.java Modified:

svn commit: r385731 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/mcast/McastMember.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 20:35:40 2006 New Revision: 385731 URL: http://svn.apache.org/viewcvs?rev=385731view=rev Log: removed commented out code Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/mcast/McastMember.java Modified:

svn commit: r385742 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/ group/interceptors/ io/ mcast/ tcp/nio/

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 21:44:46 2006 New Revision: 385742 URL: http://svn.apache.org/viewcvs?rev=385742view=rev Log: Optimizing the interceptors Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r385744 - /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java

2006-03-13 Thread fhanik
Author: fhanik Date: Mon Mar 13 21:57:25 2006 New Revision: 385744 URL: http://svn.apache.org/viewcvs?rev=385744view=rev Log: minor adjustment Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java Modified: