ErrorReportValve(showReport,showServerInfo) at Engine-level working in 7.0.54, not anymore in 7.0.55

2014-08-08 Thread Willem Fibbe - Realworks BV
ng in the changelog? Regards, Willem -- Willem Fibbe Teamleider Systeembeheer Realworks BV A: W.G. Plein 516, 1054 SJ Amsterdam T: +31 20 4 120 120 F: +31 20 4 120 127 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

Re: Tomcat session replication with static membership

2013-09-05 Thread Willem Fibbe - Realworks BV
To answer my own questions: On 04/09/2013 14:18, Willem Fibbe wrote: > ... > Now I was wondering 2 things: > - if a Tomcat node restarts, will it be possible that it is trying to receive > sessions from itself, rather than one or more of the other nodes? Or: should > I config

Tomcat session replication with static membership

2013-09-04 Thread Willem Fibbe - Realworks BV
same, as follows: I removed uniqueId-attribute, but will this cause any possible problems? Regards, Willem Fibbe -- Willem Fibbe Teamleider Systeembeheer Realworks BV A: W.G. Plein 516, 1054 SJ Amster

Tomcat cluster problems regarding multicast

2013-07-29 Thread Willem Fibbe - Realworks BV
then again, why was the fix on another Tomcat Cluster to adjust the multicast-address? Maybe the problem lies more towards the fact that these servers are virtual machines. I'm hoping someone can provide some suggestions to identify the exact problem (and the solution:)). Regards, Willem

Using CometConnectionManagerValve to detect SESSION_ENDs

2012-03-27 Thread Willem Fibbe - Realworks BV
* let this Valve trigger the SESSION_END CometEvents. I first assumed that only performing step 1 would be enough, but in my webapp I only saw the SESSION_ENDs after also performing step 2. Are my new assumptions correct? :-) Thanks in advance and regards, Wi

Re: Handling of CometEvents regarding order (Tomcat 6 and 7)

2011-11-02 Thread Willem Fibbe
Hi, Thanks for your reply. Just wanted to confirm the following: On 26/10/2011 11:57, Mark Thomas wrote: > On 25/10/2011 10:57, Willem Fibbe wrote: > > Now for my questions: 1 - Can anybody confirm this lifecycle? If I > > read the AIO documentation, a typical lifecycle

Handling of CometEvents regarding order (Tomcat 6 and 7)

2011-10-25 Thread Willem Fibbe
Hi, We've been building (separate) comet servlets for Tomcat 6 and 7 (following the corresponding AIO documentation on http://tomcat.apache.org/tomcat-6.0-doc/aio.html and http://tomcat.apache.org/tomcat-7.0-doc/aio.html). After inspecting the order of CometEvents that are fired, I've found di