RE: manual reloading a class

2010-07-23 Thread Caldarale, Charles R
> 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?

manual reloading a class

2010-07-23 Thread michel
I don't want to use the automatic class reload for performance reasons, but is there some code or such that will reload a specific class? Thank you!