Howdy,

>Aah. I think I see a part of the problem. First of all, the amount of
>memory shown by 'ps' is completely irrelevant, except that it shows how
>much memory that the OS has allocated to the Java process. This is
>allowed to be more than the "max heap size" set for Java.

It's not completely irrelevant, but close ;)

>Do you have any 3rd party containers or such that live outside of the
>context (their JARs would be in CATALINA_HOME/server/lib or
>CATALINA_HOME/common/lib -- someone please confirm that the second of
>these two does *not* get discarded along with the rest of the context
>upon reload).

I'll confirm that -- common classloader repositories (as well as shared
and server) do not get discarded on webapp reload.  They can't, as that
might destroy other webapps.  Yet another reason never to use these
repositories, keep your webapp self-contained.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to