Re: Tomcat Memory Leaks.

2014-09-17 Thread David kerber
On 9/17/2014 10:24 AM, Ahmed Hosni wrote: I am using tomcat 7 on production environment, I used Find Leaks option it called GC but I didn't get any information.It should show more information, I hope to get information about memory and unreachable objects which caused the leak. Are you sure

Tomcat Memory Leaks.

2014-09-17 Thread Ahmed Hosni
I am using tomcat 7 on production environment, I used Find Leaks option it called GC but I didn't get any information.It should show more information, I hope to get information about memory and unreachable objects which caused the leak. -- Best Regards *Ahmed Hosni*

Re: Tomcat Memory Leaks

2009-03-06 Thread Black Friday
; to > find memory leaks. > > > Kazakevich Ilya, > MCP, SCJP > > > > > -Original Message- > From: Black Friday [mailto:bfshop...@gmail.com] > Sent: Friday, March 06, 2009 6:41 AM > To: users@tomcat.apache

RE: Tomcat Memory Leaks

2009-03-06 Thread Ilya Kazakevich
[mailto:bfshop...@gmail.com] Sent: Friday, March 06, 2009 6:41 AM To: users@tomcat.apache.org Subject: Tomcat Memory Leaks Hi, My system environment is: Windows 2000 Server. JDK 1.5, tomcat 4.X, Oracle 9 The problem is: After tomcat was started, the memory of the tomcat grows continuosly, reaches till

Re: Tomcat Memory Leaks

2009-03-06 Thread Mark Thomas
Diego Rodríguez Martín wrote: > Hi, > >I'm not an expert, but I think Tomcat 4.X is not compatible with JDK > 1.5. That is not correct. Tomcat 4.x works quite happily with 1.4, 1.5 and 1.6. I have also had a number of recent versions running on 1.3 and 1.2 JVMs although without extensive test

Re: Tomcat Memory Leaks

2009-03-06 Thread Diego Rodríguez Martín
Hi, I'm not an expert, but I think Tomcat 4.X is not compatible with JDK 1.5. Regards, Diego Rodríguez Black Friday escribió: Hi, My system environment is: Windows 2000 Server. JDK 1.5, tomcat 4.X, Oracle 9 The problem is: After tomcat was started, the memory of the tomcat grows

Re: Tomcat Memory Leaks

2009-03-06 Thread Anurag Kapur
> Sent: Friday, March 06, 2009 11:40 AM > Subject: Tomcat Memory Leaks > > > > Hi, > > > > My system environment is: Windows 2000 Server. JDK 1.5, tomcat 4.X, > Oracle 9 > > > > The problem is: > > > > After tomcat was started, the memory of the

Re: Tomcat Memory Leaks

2009-03-05 Thread zhaoxueqing
May be some servlet is start up with tomcat. like load-on-startup check your server.xml and webapps directory - Original Message - From: "Black Friday" To: Sent: Friday, March 06, 2009 11:40 AM Subject: Tomcat Memory Leaks > Hi, > > My system environme

Tomcat Memory Leaks

2009-03-05 Thread Black Friday
Hi, My system environment is: Windows 2000 Server. JDK 1.5, tomcat 4.X, Oracle 9 The problem is: After tomcat was started, the memory of the tomcat grows continuosly, reaches till 1.3G. The system is 2GB. This happens when no application is running. After tomcat reaches 1.3G, when application st