> From: michel [mailto:compu...@videotron.ca]
> Subject: manual reloading a class

If this has anything to do with Tomcat, it's not clear.

> I don't want to use the automatic class reload for performance reasons,

What "automatic class reload" are you referring to?  What performance issues 
you do perceive?

> but is there some code or such that will reload a specific class?

There is a JVMTI mechanism in the 1.5 and above JREs that allows for a class to 
be "redefined"; this is typically used by profilers to insert monitoring 
instructions.  That's about it.

Within Tomcat, you can reload a webapp, but not individual classes, other than 
those derived from JSPs.

 - 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