Re: tomcat dB persistant session store delay

2016-08-18 Thread Gibu George
Hello Christopher, thanks for the reply, i will try out DataSource with the JDBCStore and see if that makes any difference. I haven't tried out BackupManager because, according to the documentation, it replicates the session data to only backup node. So I'm not sure if all my clusters in a more-

Re: Supporting the Java Service Provider Interface in order to use a custom NIO.2 FileSystem implementation

2016-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Syte. On 8/18/16 11:19 AM, Syte Beimin wrote: > Hello, > > For a while now I've been attempting to get a webapp working that > uses a custom NIO.2 FileSystem implementation ( > https://github.com/Upplication/Amazon-S3-FileSystem-NIO2). It > seems

Re: tomcat dB persistant session store delay

2016-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gibu, On 8/18/16 12:45 PM, Gibu George wrote: > On Thu, Aug 18, 2016 at 9:17 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Gibu, > > On 8/18/16 10:55 AM, Gibu George wrote: I have setup a tomcat cluster that store the

Re: tomcat dB persistant session store delay

2016-08-18 Thread Gibu George
On Thu, Aug 18, 2016 at 9:17 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Gibu, > > On 8/18/16 10:55 AM, Gibu George wrote: > > I have setup a tomcat cluster that store the session information in > > a mysql dB. I also have

Question about suspectTimeout property of pool configuration - possible Bug - does only work with removeAbandoned = true which seems odd

2016-08-18 Thread Torsten Krah
Hi, looking at the doc: https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html there is: suspectTimeout (int) Timeout value in seconds. Default value is 0. Similar to to the removeAbandonedTimeout value but instead of treating the connection as abandoned, and potentially closing the connect

Re: tomcat dB persistant session store delay

2016-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gibu, On 8/18/16 10:55 AM, Gibu George wrote: > I have setup a tomcat cluster that store the session information in > a mysql dB. I also have a load balancer in front of this cluster. > > I have noticed a delay, in few seconds, before the session >

Supporting the Java Service Provider Interface in order to use a custom NIO.2 FileSystem implementation

2016-08-18 Thread Syte Beimin
Hello, For a while now I've been attempting to get a webapp working that uses a custom NIO.2 FileSystem implementation ( https://github.com/Upplication/Amazon-S3-FileSystem-NIO2). It seems like the Service Provider Interface isn't working when the war is deployed in tomcat resulting in a java.nio

tomcat dB persistant session store delay

2016-08-18 Thread Gibu George
Hi All, I have setup a tomcat cluster that store the session information in a mysql dB. I also have a load balancer in front of this cluster. I have noticed a delay, in few seconds, before the session information is stored in the dB. Is there any way to reduce this delay and get tomcat to store t