Redis storage implements tomcat cluster session sharing

The jar in the attachment is put into tomcat\lib

Add to tomcat\conf\context.xml:

 

<Valve className="com.orangefunction.tomcat.redissessions.RedisSessionHandlerValve" />
    <Manager className="com.orangefunction.tomcat.redissessions.RedisSessionManager"
            host="redisip"
            port="6379"
            database="0"
            maxInactiveInterval="60" />

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326768079&siteId=291194637