On 16 Jan 2001 22:56:14 -0700,  wrote:
> Thanks for the response.  At least now I know I'm sh*t out of luck.  Now how do you 
>dump the classloader?  
> 
> Travis


If you are on UNIX, do "touch someServlet.class" to update its
timestamp.  Then make an HTTP request to it.  This will make JRun reload
the servlet.  When JRun reloads a servlet class, it first unloads the
entire classloader for the web-app in question, then creates a new one
and loads the servlet.  If you're on Windows, use "touch" in Cygwin or
recompile the servlet or something to get its timestamp to update.

Scott Stirling


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to