Re: how to do auto update/reload of a class?

2002-07-31 Thread Babu Wisor
Hi All, Thank you, for your response. Do you have any thoughts as to how to auto re-load the classes, which have been loaded into JVM using Custom Class loader? I tried writing custom class loader and loaded all the classes, but don't know how to re-load the same class, if it has been

Re: how to do auto update/reload of a class?

2002-07-31 Thread Babu Wisor
Hi All, Does anyone have any thoughts as to how to auto re-load the classes, which have been loaded into JVM using Custom Class loader? I tried writing custom class loader and loaded all the classes, but don't know how to re-load the same class, if it has been modified (re-compiled) without

Re: how to do auto update/reload of a class?

2002-07-31 Thread Babu Wisor
Jul 2002, Babu Wisor wrote: Date: Wed, 31 Jul 2002 10:15:08 -0700 (PDT) From: Babu Wisor [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: how to do auto update/reload of a class

how to do auto update/reload of a class?

2002-07-28 Thread Babu Wisor
All, Does anyone know, how to do auto update of classes into the JVM? I tried to write my own custom class loader, and loaded all the classes through it, however if I put new updated class, it won't reload the class again. Have anyone tried this before? Help is very much appreciated. Notes: