VissuPangam
Programmer
Hi All,
We are connecting to MySQL using JNDI connection.We are viewing the reports in a Java portal
The problem is that every report is holding the connection and it is not releasing after we closed the report.
It is is creating new connection for every report.So due to this there is memory full and my db servers got down.
Please suggest how to release the connection
We are connecting to MySQL using JNDI connection.We are viewing the reports in a Java portal
The problem is that every report is holding the connection and it is not releasing after we closed the report.
It is is creating new connection for every report.So due to this there is memory full and my db servers got down.
Please suggest how to release the connection