Tomcat7 Redis Session共享

1.環境
服務器 centos7
tomcat 7
redis
nginx
2.配置tomcat配置文件context.xml
<Valve className="com.orangefunction.tomcat.redissessions.RedisSessionHandlerValve" />
<Manager className="com.orangefunction.tomcat.redissessions.RedisSessionManager"
host="192.168.0.1"
port="2241"
password="123456"
database="6"
maxInactiveInterval="60" />
3.tomcat lib添加jar包
commons-pool2-2.2.jar
jedis-2.5.2.jar
tomcat-redis-session-manage-tomcat7.jar
下載連接:https://pan.baidu.com/s/1pMfMmQv 密碼:k8kf
4.測試
80端口提交
8081端口訪問
8082端口訪問
相關文章
相關標籤/搜索