Re: serializing session in DB

2009-03-02 Thread Amit Chandel
Hi Chris, I would love to see an example of such a filter. Thanks, Amit On Mon, Mar 2, 2009 at 5:43 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Amit, > > On 3/2/2009 4:21 PM, Amit Chandel wrote: >> But only issue is that Tomcat

Re: serializing session in DB

2009-03-02 Thread Amit Chandel
. I would like to know how synchronous persistance of session data with Tomcat is done in practice. Thanks, Amit On Mon, Mar 2, 2009 at 12:23 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Amit, > > On 2/28/2009 9:02 PM, Amit Chandel wrote

serializing session in DB

2009-02-28 Thread Amit Chandel
Hi Group, I am trying to deploy a tomcat cluster. I was able to set up a test tomcat cluster using in-memory replication with version 6.0.10, but my session data is too much (almost 5 GB per tomcat instance, and using 2 nodes in cluster both instances will require 10GB of RAM to hold session data)

making compression work using GzipInterceptor in tomcat cluster

2009-02-27 Thread Amit Chandel
I have been able to set up a working tomcat cluster with 2 physically separate tomcat instances (IP: 172.17.1.102 and 172.17.1.103) with tomcat version 6.0.10, using following config (showing just one here, the other one is similar instead the jvmRoute and Receiver address attribute):