> Any ideas about what could be causing this?  I realize it could be an
> application-related leak, but in that case wouldn't we see it running out
of
> heap?

Server-side application leaks are really hard to figure out, because they
usually only happen in a high-traffic production environment and are
difficult to produce on development machines.

Basically, you should look at bug reports (e.g., bugzilla) for all of the
3rd party libraries that your application uses, or at least those libraries
that have been added/upgraded since this problem started occuring. For each
component, search for 'memory leak' and see where that gets you.

Good luck,

Travis


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to