Hi,
If you want to save us a lot of time, could you get a demo of OptimizeIt
or JProbe ( or use -hprof option in java ) and send the result.
( either of those will show you the allocated objects - if there is a leak
then you'll see it there, just run 1 requests, GC, repeat few
times, and lo
I don't think your seeing a real memory leak. What's happening is that the
logging mechanism in Tomcat doesn't actually write log messages to log files
when Logger.log() is called. Logger.log() adds a log entry to a queue and
returns immediately. A daemon thread then pulls the log entries off t