Re: How to store session in database

2013-05-24 Thread 杨华杰
Hi Serge, Daniel & Albert Thanks, it does help. Seems like there are many options. Regards, Hua Jie On Fri, May 24, 2013 at 7:51 PM, Albert Kam wrote: > Hopefully these open source nosql-tomcat-session-managers could be helpful > in your jorney : > https://github.com/jcoleman/tomcat-redis-sess

Re: How to store session in database

2013-05-24 Thread Albert Kam
Hopefully these open source nosql-tomcat-session-managers could be helpful in your jorney : https://github.com/jcoleman/tomcat-redis-session-manager https://github.com/dawsonsystems/Mongo-Tomcat-Sessions On Fri, May 24, 2013 at 6:47 PM, Daniel Mikusa wrote: > On May 24, 2013, at 7:28 AM, 杨华杰 wro

Re: How to store session in database

2013-05-24 Thread Daniel Mikusa
On May 24, 2013, at 7:28 AM, 杨华杰 wrote: > Hi > > Basically I want to configure a tomcat cluster. > > I am using tomcat 6 and tomcat 7 and I want to store the session in > database. > > I am looking to this document > http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html . But > unfortunate

Re: How to store session in database

2013-05-24 Thread Serge Fonville
Hi, Does http://www.intelligrape.com/blog/2010/07/21/tomcat-6-session-persistence-through-jdbcstore/ help answer your question? HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://con

How to store session in database

2013-05-24 Thread 杨华杰
Hi Basically I want to configure a tomcat cluster. I am using tomcat 6 and tomcat 7 and I want to store the session in database. I am looking to this document http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html . But unfortunately I didn't find any document to store session in database. I