Links
Top Level Elements
Executors
Connectors
Containers
Nested Components
Cluster Elements
web.xml
Other
A cluster valve is no different from any other Tomcat
Valve
. The cluster valves are interceptors in the invocation chain for HTTP requests, and the clustering implementation uses these valves to make intelligent decision around data and when data should be replicated.A cluster valve must implement the
org.apache.catalina.ha.ClusterValve
interface. This is a simple interface that extends theorg.apache.catalina.Valve
interface.
org.apache.catalina.ha.tcp.ReplicationValve | ||||||||||||||
The |
org.apache.catalina.ha.session.JvmRouteBinderValve | ||||||||
In case of a mod_jk failover, the |