manirana007
Programmer
Hello,
There is a e-commerce website that is running using Weblogic server on Linux (Redhat) machine, that has JavaServer pages, using java beans. The server goes down every 3 or so hours dumping the Out Of Memory error. I think that it has to do with database connections being open. The java pages access database and therefore open connections, but don't close them. The connections are global connections within the page. How should we close these connections? Any ideas would be helpful. Thanks in advance.
There is a e-commerce website that is running using Weblogic server on Linux (Redhat) machine, that has JavaServer pages, using java beans. The server goes down every 3 or so hours dumping the Out Of Memory error. I think that it has to do with database connections being open. The java pages access database and therefore open connections, but don't close them. The connections are global connections within the page. How should we close these connections? Any ideas would be helpful. Thanks in advance.