Tomcat Session 存储至 memcache


帮助文档

https://github.com/magro/memcached-session-manager/wiki/SetupAndConfiguration

安装步骤

  • Node 1 和 Node 2 操作一致
  • 相关 jar 包
    1.memcached-session-manager
    2.memcached-session-manager-VERSION # 选择对应 Tomcat 版本
    3.kryo 相关 jar 包 # 序列化相关
    4.spymemcached
~]# yum install -y tomcat memcache
~]# cd /root/msm
~]# cp * /usr/share/java/tomcat
~]# vim /etc/tomcat/server.xml

   // Context 需添加在 Host 段内
    


~]# systemctl start memcached
~]# systemctl start tomcat

你可能感兴趣的:(Tomcat Session 存储至 memcache)