The Apache Tomcat Servlet/JSP Container

Apache Tomcat 7

Version 7.0.35, Jan 10 2013
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The ClusterListener object

Table of Contents
Introduction

The org.apache.catalina.ha.ClusterListener base class lets you listen in on messages that are received by the Cluster component.

org.apache.catalina.ha.session.ClusterSessionListener

When using the DeltaManager, the messages are received by the Cluster object and are propagated to the to the manager through this listener.

org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener

Listens for session Id changes. This listener is only used if you are using mod_jk along with the jvmRoute attribute where the session Id can change. In the event of a change, the JvmRouteBinderValve will broadcast the session change and it will get picked up by this listener.

Attributes
Common Attributes
AttributeDescription
className
Comments

Notice: This is not a Q&A section. The Apache Comments System is explained here. Comments should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic.

Questions on how to configure or use Apache Tomcat should be directed to our mailing lists. If you need help, ask on the users mailing list.


Copyright © 1999-2013, Apache Software Foundation