TOMCAT7 Cluster extension session centralized management, Tomcat-redis-session-manager use

Source: Internet
Author: User

Please refer to the official documentation

Download the required packages:

Tomcat-redis-session-manager-1.1.jar

Jedis-2.1.0.jar

Commons-pool-1.6.jar

Throw these jar packages into the Tomcat Lib directory, and then

Modify TOMCAT7 conf/context.xml file <Context> add to
<valve classname= "Com.radiadesign.catalina.session.RedisSessionHandlerValve"/>
<manager classname= "Com.radiadesign.catalina.session.RedisSessionManager" database= "0"

Host= "192.168.100.90" maxinactiveinterval= "1800" port= "6379"/>


Host:redis IP of the machine on which the server is located
Port: Service port
Maxinactiveinterval: Cache Expiry time

I'm using Tomcat7.0.32.

Related Jar Package Downloads:

TOMCAT7 Cluster extension session centralized management, Tomcat-redis-session-manager use

Related Article

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.