Re: Servlet Memory Leak

2008-08-29 Thread Nathan Thatcher
On Thu, Aug 28, 2008 at 10:37 PM, Juha Laiho [EMAIL PROTECTED] wrote: Nathan Thatcher wrote: I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003 server. I have been looking into memory profiling to help me find the leak but nothing seems to be or do what I

Re: Servlet Memory Leak

2008-08-29 Thread Richard S. Huntrods
I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003 server. I have been looking into memory profiling to help me find the leak but nothing seems to be or do what I need. Simply put I want a list of all of the objects/primitives (and if possible their values)

RE: Servlet Memory Leak

2008-08-29 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Fri, 29 Aug 2008 09:44:41 -0700 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Servlet Memory Leak I have a fairly small

Re: Servlet Memory Leak

2008-08-29 Thread Pierre Goupil
: Re: Servlet Memory Leak I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003 server. I have been looking into memory profiling to help me find the leak but nothing seems to be or do what I need. Simply put I want a list of all of the objects

Re: Servlet Memory Leak

2008-08-29 Thread Ravi Sharma
endorse content contained within this transmission. Date: Fri, 29 Aug 2008 09:44:41 -0700 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Servlet Memory Leak I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003

Re: Servlet Memory Leak

2008-08-29 Thread Felix Schumacher
: Servlet Memory Leak I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003 server. I have been looking into memory profiling to help me find the leak but nothing seems to be or do what I need. Simply put I want a list of all of the objects

Servlet Memory Leak

2008-08-28 Thread Nathan Thatcher
I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003 server. I have been looking into memory profiling to help me find the leak but nothing seems to be or do what I need. Simply put I want a list of all of the objects/primitives (and if possible their values) that

Re: Servlet Memory Leak

2008-08-28 Thread Juha Laiho
Nathan Thatcher wrote: I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a Windows 2003 server. I have been looking into memory profiling to help me find the leak but nothing seems to be or do what I need. Simply put I want a list of all of the objects/primitives (and if