Skip to content

A tomcat 7 valve implementation that fixes the issue of not being able to replicate session variables across a tomcat 7 cluster.

Notifications You must be signed in to change notification settings

kharyam/forcereplicationvalve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Force Replication Valve

Implementation of a tomcat 7 valve that fixes the issue of session not being properly replicated in a cluster. This behavior was observed when attempting to cluster JSF 2 applications in tomcat.

Update the pom.xml with the version of tomcat that you are using:

<properties>
    <tomcat.version>7.0.54</tomcat.version>
</properties>

About

A tomcat 7 valve implementation that fixes the issue of not being able to replicate session variables across a tomcat 7 cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages