Most probably you webapp is not freeing some ressources when unloaded.
This is always a tricky problem to solve.
The easiest way it to use some profiling tool, then touch you web.xml
until you get a outofmemory. When this happens
use to profiling tool to track where memory is lost. That is what has
reference to memory consuming live objects.

I know it's a pain in the ass ;)

t.n.a. a écrit :

> Hi everyone,
>
> on a 5.5.x(7+) tomcat production server I reload a web app with a
> touch web.xml command after I upload new versions of classes and after
> several such reloads, none of the tomcat hosted apps are available and
> I get the error in the subject line.
>
> Any ideas what the problem may be? Suggestions how to solve or
> circumvent the issue?
>
> TIA,
> Tomislav
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to