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
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
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,
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
(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