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
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
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/
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
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
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
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.
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