????Tomcat???Redis???session????
???????????? ???????[ 2016/2/3 15:06:17 ] ???????????ù??? ??????????
????1. ?? tomcat/lib ??????????jar??
????commons-pool2-2.4.2.jar
????jedis-2.8.0.jar
????tomcat-redis-session-manager-2.0.0.jar
????2. ???tomcat/conf/context.xml?? ??????????????
????<Valve className="com.orangefunction.tomcat.redissessions.RedisSessionHandlerValve" />
????<Manager className="com.orangefunction.tomcat.redissessions.RedisSessionManager"
????host="localhost" port="6379" database="0" password="foobared" maxInactiveInterval="60"/>
???????У?
????host: redis host
????port: redis port
????database: redis database
????password: redis password
??????redis?????м?? ???tomcat??????????session??д???????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11