Sharing the session under the Windows System for Web projects
First step:
In the two Tomcat context.xml this file is configured with the following code:
<manager classname= "De.javakaffee.web.msm.MemcachedBackupSessionManager"
Memcachednodes= "n1:127.0.0.1:11211"
Lockingmode= "Auto"
Sticky= "true"
Requesturiignorepattern= ". *\. (ICO|PNG|GIF|JPG|CSS|JS) $ "
Sessionbackupasync= "false"
sessionbackuptimeout= "100"
Transcoderfactoryclass= "De.javakaffee.web.msm.serializer.kryo.KryoTranscoderFactory"
Copycollectionsforserialization= "true"
/>
Step Two:
Tomcat6 the jar package under Lib:
TOMCAT7 the jar package under Lib:
In addition, the session sharing encountered the problem of these jar incompatibility, resulting in the method can not be found, be sure to note the compatibility of the jar
The required jars are as follows:
You can tell me, and thank you for helping me with my problems when I'm in trouble.
Troubleshooting for the Tomcat memecached session sharing synchronization problem