manirana007
Programmer
A server hosting an e-commerce website goes down every 3-4 hours with out of memory error (JDBC Memory Leak error). I have looked into this problem and found that the leak could be from database connection not being closed properly. I have taken care of this issue, and although the situation improved, it is not 100%. What can be done about this aside from checking the application for improper closing of database connections. The server is Weblogic, with about >1GB RAM. It is running on RedHat Linux. Thanks.