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
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
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
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
* 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
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
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