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
Hi, When we upgraded our Tomcat-servers to 7.0.54, we used the new attributes of ErrorReportValve at the Engine-level. Our server.xml looked like this: ... When we triggered an error, we saw that those attribu

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 configure a different serv

Tomcat session replication with static membership

2013-09-04 Thread Willem Fibbe - Realworks BV
Hi, As multicast seems to be giving problems sometimes in our network, we're trying to also setup static membership. Note that we want the multicast membership service to be still functioning. To do this, I configured the following in server.xml (simplified for brevity) on all nodes the same,

Tomcat cluster problems regarding multicast

2013-07-29 Thread Willem Fibbe - Realworks BV
Hi, We have a Tomcat Cluster consisting of 2 servers that replicate their sessions with the following configuration in server.xml (directly under ): ... ... When I do a 'tcpdump host 228.0.0.7' on both servers, I see t

Using CometConnectionManagerValve to detect SESSION_ENDs

2012-03-27 Thread Willem Fibbe - Realworks BV
(Resending with mutt, hoping it will display better) Reading the aio-docs for Tomcat 6 and 7 I see that some CometEvents to be triggered "require usage of the org.apache.catalina.valves.CometConnectionManagerValve valve". Am I correct if I say that there are 2 configurations that need to be in