AW: FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Joachim Fuchs
Version 4.1. I am following the trail in the book "How Tomcat Works". Joachim -- Joachim Fuchs +49(0)1703470071 [EMAIL PROTECTED] < IMPOSSIBLE itself says I M POSSIBLE > -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Yoav Shapira Gesendet: Fr 6/30/2006 16:47 An: Tomc

Re: FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Yoav Shapira
Hi, What version of Tomcat are you studying? Yoav On 6/30/06, Joachim Fuchs <[EMAIL PROTECTED]> wrote: Hi, Studying the tomcat code I came across the following line: ... webDigester.push(null); ... My question is, what is this call good for? It results in an NPE, which is caught a few lin

svn commit: r418302 - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2006-06-30 Thread yoavs
Author: yoavs Date: Fri Jun 30 07:44:06 2006 New Revision: 418302 URL: http://svn.apache.org/viewvc?rev=418302&view=rev Log: Removing ApacheCon EU banner now that the conference is nearly over. Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/contact.html tomcat/

FW: [Tomcat 4 ContextConfig] Use of Digester

2006-06-30 Thread Joachim Fuchs
Hi, Studying the tomcat code I came across the following line: ... webDigester.push(null); ... My question is, what is this call good for? It results in an NPE, which is caught a few lines later. Or did I miss anything? Are there any side effects that are not obvious? Cheers, Joachim Fuchs

svn commit: r418264 - /tomcat/container/tc5.5.x/modules/groupcom/VERSION

2006-06-30 Thread fhanik
Author: fhanik Date: Fri Jun 30 06:27:26 2006 New Revision: 418264 URL: http://svn.apache.org/viewvc?rev=418264&view=rev Log: Added bug fix notes Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION Modified: tomcat/container/tc5.5.x/modules/groupcom/VERSION URL: http://svn.apache.or

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

2006-06-30 Thread fhanik
Author: fhanik Date: Fri Jun 30 06:24:11 2006 New Revision: 418261 URL: http://svn.apache.org/viewvc?rev=418261&view=rev Log: Fixed bug about shutdown command Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/membership/McastServiceImpl.java tomcat

svn commit: r418260 - in /tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos: SocketNioReceive.java SocketNioSend.java SocketReceive.java SocketSend.java

2006-06-30 Thread fhanik
Author: fhanik Date: Fri Jun 30 06:23:48 2006 New Revision: 418260 URL: http://svn.apache.org/viewvc?rev=418260&view=rev Log: Useful tests for testing tribes low level IO connectors Added: tomcat/container/tc5.5.x/modules/groupcom/test/java/org/apache/catalina/tribes/demos/SocketNioReceive.

AJP version

2006-06-30 Thread gaston . azerty
Hi, I am working on mod_jk in order to add a mechanism wich would be able to bind dynamically a client to a particular worker, something like the sticky-session. So, I have found three files jk_ajp1{2|3|4}_worker.c, I suppose jk_ajp12_worker.c is for the version 1.2 of the ajp protocol, and so o