David Roussel wrote:
> 
> How many connections are leaked? Over what time period? Could it be
> logback gets one connection and keeps it for all time, until the log is
> closed. That's not really a leak, but just confuses the leak detection. 
> 
Sorry for the late reply. It is only 1 connection that is considered as
leaked. I did not know that Logback allocates a connection when it is needed
and then keeps it open all the time. I thought that the connection would be
closed afterwards. If the former is true, then I need to turn off connection
leak detection in the application server configuration.
-- 
View this message in context: 
http://old.nabble.com/Connection-leaks-with-DBAppender-and-GlassFish--tp32131274p32217544.html
Sent from the Logback User mailing list archive at Nabble.com.

_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user

Reply via email to