Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to detect connection leak in jdbc using weblogic?

Is there any way to detect connection leaks in my project without going for load testing. I am using weblogic server , is there any way to detect using weblogic?

like image 743
Jagadeesh Gudla Avatar asked Oct 22 '22 09:10

Jagadeesh Gudla


1 Answers

I've never used it myself, but I think this capability has been in WebLogic since 8.x. A series of posts starting with this one appear to detail the steps. Here is another post that shows how to use the profile connection leak functionality.

The name and location of WebLogic's Profile Connection Leak functionality will likely differ from version to version, but look first in the Connection Pool page/tab for advanced settings.

like image 173
eebbesen Avatar answered Oct 24 '22 04:10

eebbesen