Re: Tomcat session clustering : one node is NOT replicating sessions

2020-01-16 Thread Bertrand BARRET
hello Mark thanks for the tip. Now it works, surprisingly. I configured IP address instead of hostname (using static member)... and now it is OK. Thanks Le jeu. 16 janv. 2020 à 12:00, Mark Thomas a écrit : > > On 16/01/2020 08:11, Bertrand BARRET wrote: > > Hello, > > >

Tomcat session clustering : one node is NOT replicating sessions

2020-01-16 Thread Bertrand BARRET
Hello, I am setting up a tomcat cluster (only two nodes on separate servers) for load-balancing and sessions replication purpose. The session replication is working fine from node1 to node2 (i can see the primary session on node1 and the backup session on node2). But when the load balancer choos

Re: Question on Tomcat JDBC Connection Pool

2014-08-19 Thread Bertrand Renuart
rop a connection after some specific exceptions have occurred. If not, we got strange behaviour with some queries but not all (and of course the validation query was ok :-( Here also we followed an approach similar to Wes=B9 proposal. /Bertrand

Re: Resource management in new Tomcat JDBC connection pool.

2013-04-10 Thread Bertrand Guay-Paquet
Hi, Have a look at http://markmail.org/thread/iqgvj34347z77tnc for a bug in the current Tomcat version and its workaround. This seems to affect MySQL primarily. Regards, Bertrand On 10/04/2013 4:05 PM, Igor Urisman wrote: Hello, The new Tomcat 7 JDBC pool<http://people.apache.org/~fha

Re: Tomcat jdbc-pool not closing statements

2013-03-20 Thread Bertrand Guay-Paquet
19.03.2013 22:20, schrieb Bertrand Guay-Paquet: On 19/03/2013 5:05 PM, Felix Schumacher wrote: Have you looked at http://grokbase.com/t/openejb/users/13135d2a0v/jdbc-connection-pool-memory-leak ? It seems like your problem. Regards Felix Indeed, this is extremely similar to my issue. Thanks for sharing

Re: Tomcat jdbc-pool not closing statements

2013-03-20 Thread Bertrand Guay-Paquet
19.03.2013 22:20, schrieb Bertrand Guay-Paquet: On 19/03/2013 5:05 PM, Felix Schumacher wrote: Have you looked at http://grokbase.com/t/openejb/users/13135d2a0v/jdbc-connection-pool-memory-leak ? It seems like your problem. Regards Felix Indeed, this is extremely similar to my issue. Thanks for sharing

Re: Tomcat jdbc-pool not closing statements

2013-03-19 Thread Bertrand Guay-Paquet
pool swallows calls to Statement.close() like I showed in my original message. Regards, Bertrand - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat jdbc-pool not closing statements

2013-03-19 Thread Bertrand Guay-Paquet
I use a mapper and I can guarantee that sqlSession.close() is called which in turn calls Connection#close(). The code which closes Statements is inside MyBatis. Let me know if you need more information. Regards, Bertrand - To u

Tomcat jdbc-pool not closing statements

2013-03-19 Thread Bertrand Guay-Paquet
e) { } } closed = true; delegate = null; } Regards, Bertrand - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-06 Thread Bertrand
Thank you, Mladen. It works now. :-) Bertrand - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
It is true, however, that the Tomcat Web site doesn't mention which version of the APR is required. Ooops, the Web site states APR 1.2+, so use of 1.2.7 shoud be ok. Bertrand - To start a new topic, e-mail:

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
nteresting to know which versions of the APR are known to work with Tomcat 6.0.10. Bertrand - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
efused" whenever I try to connect to 8180. There is no error message in stderr.log and netstart confirms that a server is listening on 8180. Any ideas ? Am I missing something ? How can I debug that problem ? Thanks for your tim

Web Service state migration/preservation possibly in combination with WSRF

2006-11-08 Thread Bertrand Baesjou
nformation using rsync or something). Since I am quite new to this, I might not have read everything, thus feel free to provide me links to sites or documents that might be interesting. I hope I made myself a bit clear, if not I'll elaborate some more. Best regards and thank you in advan

web service authentication authorization set up

2006-10-27 Thread Bertrand Baesjou
impression. Thanks in advance for the help, Bertrand Baesjou P.S. I hope I am on the correct mailing list for these kind of questions. please redirect me otherwise - To start a new topic, e-mail: users@tomcat.apache.org To