Troubleshooting for the Tomcat memecached session sharing synchronization problem

Source: Internet
Author: User

Event Reason: A main project "diagram of the United States", another sub-function is the brand's entry function, is a separate project with the main project, in order to share the user information login, and realize session sharing, two Tomcat, a tomcat6, a tomcat7

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:

Jar Packages added under Tomcat6:

Jar Packages added under TOMCAT7:

The jar is as follows:

Troubleshooting for the Tomcat memecached session sharing synchronization problem

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.