Java Memory leakage.. Please help

Hi,we are using the Tomcat 5.5 and sqlserver 2000. In our JSP application we need to identify memory leakages in each and every page.. how to identify.? is there any free tools are avaliable ? kindly help me..Thanks in advance,
[255 byte] By [free_haia] at [2007-11-27 4:53:28]
# 1
I doubt if their is any tool which can give you memory leaks per JSP,although my knowledge in this field is quite limited.
khangharotha at 2007-7-12 10:07:53 > top of Java-index,Core,Monitoring & Management...
# 2
You can use jhat to detect memory leak. Which is a free tool. I hope the article is a good starting point for you. http://java.sun.com/developer/technicalArticles/J2SE/monitoring/
swamyva at 2007-7-12 10:07:53 > top of Java-index,Core,Monitoring & Management...