Re: Memory Problem

2004-07-16 Thread Bryan Hunt
This is more for the lists benefit than yours I have found the (CPL licensed) eclipse profiling tool to be absolutely excellent. http://eclipsecolorer.sourceforge.net/index_profiler.html Also as found using google. http://directory.google.com/Top/Computers/Programming/Languages/Java/Developm

RE: Memory Problem

2004-07-16 Thread Jose Ramon Diaz
Hi. This is a very common problem, I think. And I?m quite sure Struts is not the problem. Probably, the best option is to use a profiler. We use JProbe and it was very useful for us when our application had the same problems. Regards > -Mensaje original- > De: Shailender Jain [mailto:[EM

RE: Memory Problem

2004-07-16 Thread B.S.Narayana
use the environment variable JAVA_OPTS = -Xms 256m -Xmx 256m ANT_OPTS = -Xms 256m -Xmx 256m 256 is the size of the memory regards Shiva -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 2:12 PM To: [EMAIL PROTECTED] Subject: Memory

Re: Memory Problem

2004-07-16 Thread Buland Altaf
Hi tehte, go and see teh log files.there is a log folder under tomcat root directory.I think that might help u to find teh problem. regards, --- Shailender Jain <[EMAIL PROTECTED]> wrote: > Hai, > > I have developed my application using Struts 1.1 and > Tomcat server. > > I am facing a frequen