> From: Daniele Development-ML [mailto:daniele....@googlemail.com]
> Subject: Re: (newbie question) missing classs file?
> 
> I doubt that the JVM maintains in memory all the classes,
> all the times

Once referenced, a servlet, listener, filter, valve, or realm class will remain 
loaded until the webapp is undeployed or Tomcat is restarted.  Any classes 
referenced by those will also remain loaded.  The same is true for 
JSP-generated classes, with the exception that they can be replaced on the fly 
by new versions.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to