Giter Club home page Giter Club logo

tomcat-redis-sessioon-manager's Introduction

tomcat-redis-sessioon-manager

tomcat-redis-sessioon-Manager implements Tomcat's session-manager redis persistence functionality (tomcat-redis-sessioon-manager是一个使用redis作为tomcat持久化的session-manager实现)

####see jcoleman' project : https://github.com/jcoleman/tomcat-redis-session-manager ###The project is based on "jcoleman" second development version(本项目是基于jcoleman的二次开发版本) ####1、modify some Code that is not compatible with tomcat8 and later versions (修改了不兼容 tomcat8的代码) ####2、Removal of "Juni.jar" dependency( 不需要再依赖juni.jar包) ####3、Remove invalid code(去除无效代码) ####4、Support tomcat8 and later versions(支持 tomcat8及以后的版本) ####5、dependency 'jedis-2.9.0.jar' and 'commons-pool2-2.2.jar' ##Configuration instructions(配置及使用) ###1、copy 'tomcat-redis-session-manager-by-eguid.jar','jedis-2.9.0.jar' and 'commons-pool2-2.2.jar' to 'tomcat/lib'directory ###2、modify Tomcat 'context.xml' (or the context block of the server.xml if applicable.)

For example:

<Valve className="cn.eguid.redisSessionManager.RedisSessionHandlerValve"/> <Manager className="cn.eguid.redisSessionManager.RedisSessionManager" host="192.168.30.21" port="6379" database="14" maxInactiveInterval="1800"/>

tomcat-redis-sessioon-manager's People

Contributors

eguid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.