old TC 4.1.2

2006-05-22 Thread Jean-frederic Clere
Hi, Where are the old TC version archived? - I am not able to find TC4.1.2 in archive.apache.org - Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Greg Wilkins' blog on async servlet API

2006-05-22 Thread Irving, Dave
The asyncweb API is quite different from this approach - and is much less servletty. Maybe take a look at the API and see what you think? All the Java docs are contained in the current release available here: https://svn.safehaus.org/repos/asyncweb/release/ Dave -Original Message-

DO NOT REPLY [Bug 39630] New: - Context creation fails when the context tries to bind to an unknown JNDI resource

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

DO NOT REPLY [Bug 39621] - Strange result in getRemoteAddr() and Access Logs using APR

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

DO NOT REPLY [Bug 39621] - Strange result in getRemoteAddr() and Access Logs using APR

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

DO NOT REPLY [Bug 39619] - RMI call from Web Application throws SocketException if CATALINA_HOME has a space in it

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

DO NOT REPLY [Bug 39631] New: - JCL 1.1 - Log4JLogger.traceLevel becomes null

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

DO NOT REPLY [Bug 39621] - Strange result in getRemoteAddr() and Access Logs using APR

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

Re: old TC 4.1.2

2006-05-22 Thread Jean-frederic Clere
Yoav Shapira wrote: Hola, It looks like the archives are incomplete -- archive.apache.org is where it should be. http://archive.apache.org/dist/tomcat/tomcat-4/archive/ is the closest. Argh :-( So let me ask: Does someone still has a binary of TC 4.1.2? - just to check my build from the

svn commit: r408775 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java test/java/org/apache/catalina/tribes/test/membership/TestMemb

2006-05-22 Thread fhanik
Author: fhanik Date: Mon May 22 15:39:06 2006 New Revision: 408775 URL: http://svn.apache.org/viewvc?rev=408775view=rev Log: Membership arrival and disappearance should never be locked cause the interceptor or app is holding on to the thread. These are rare events, hence we don't need a thread

svn commit: r408780 - in /tomcat/container/tc5.5.x/modules/groupcom: src/share/org/apache/catalina/tribes/group/interceptors/StaticMembershipInterceptor.java to-do.txt

2006-05-22 Thread fhanik
Author: fhanik Date: Mon May 22 16:02:55 2006 New Revision: 408780 URL: http://svn.apache.org/viewvc?rev=408780view=rev Log: Added static membership interceptor, so that you can hard code your members. Stuff the TcpFailureDetector on top of this, and you will get a true membership Added:

svn commit: r408787 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2006-05-22 Thread fhanik
Author: fhanik Date: Mon May 22 16:29:40 2006 New Revision: 408787 URL: http://svn.apache.org/viewvc?rev=408787view=rev Log: Refactored, all methods in a replicated map are common except the one that chooses the backup node. Modified:

DO NOT REPLY [Bug 39470] - Session timeout/stack trace issue in 4.1.30

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

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

2006-05-22 Thread fhanik
Author: fhanik Date: Mon May 22 19:01:44 2006 New Revision: 408816 URL: http://svn.apache.org/viewvc?rev=408816view=rev Log: Added some notes about possible optimizations Modified:

svn commit: r408823 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: group/AbsoluteOrder.java group/interceptors/NonBlockingCoordinator.java membership/Membership.

2006-05-22 Thread fhanik
Author: fhanik Date: Mon May 22 20:41:04 2006 New Revision: 408823 URL: http://svn.apache.org/viewvc?rev=408823view=rev Log: Defined the algorithm for leadership election, need to create a state diagram so that the implementation doesn't become a clutter Modified:

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

2006-05-22 Thread fhanik
Author: fhanik Date: Mon May 22 20:53:53 2006 New Revision: 408826 URL: http://svn.apache.org/viewvc?rev=408826view=rev Log: more coding Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java Modified: