Hi Ramesh, If you can provide your environment it can be helpful. If you are looking for some help on a development environment, you can make use of Java Hot SWAP feature. Eclipse and Netbeans support this. All you have to do is run your application in debug mode. Netbeans also supports to do remote debugging. However, the limitations with Hot Swap are -
cannot add parameters to methods and recompile, you cannot add methods to classes, you cannot add static fields to classes Check it you. Regards, Leela Manoranjan B V --- On Fri, 1/8/08, ramesh <[EMAIL PROTECTED]> wrote: From: ramesh <[EMAIL PROTECTED]> Subject: [twincling] reloads changes to Java classes on-the-fly without redeploy or restart webserver(tomcat). To: [email protected] Date: Friday, 1 August, 2008, 12:00 PM Hi all, I am using on struts frame work with jdk 1.5 and tomcat 5.5. Is there any way to reloads changes to Java classes on-the-fly without redeploy or restart tomcat?. My requirement as follows.I would like to make changes in java file and these changes should reflect while using my web application without restarting tomcat. Thanks in advance, Ramesh Elkaturi,

