Jagadeesh Gudla
Jagadeesh Gudla

Reputation: 62

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?

Upvotes: 5

Views: 8586

Answers (1)

eebbesen
eebbesen

Reputation: 5148

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.

Upvotes: 3

Related Questions