reload a class file without restarting Tomcat

2011-02-01 Thread Michel Getraide
Hi, I have a webapp (java, jsp, struts,mysql) on a shared host. Tomcat version is 5.0.27. I have my webapp locally. When i do a slight change in a java file, I would like to be able to upload the updated recompiled class file in my webapp on the shared host. Is there a way that the class be

Re: reload a class file without restarting Tomcat

2011-02-01 Thread Michel Getraide
Thanks. But I cannot restart tomcat neither use the tomcat's manager since it is a shared host (godaddy) On Tue, Feb 1, 2011 at 4:01 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Michel Getraide [mailto:getra...@gmail.com] Subject: reload a class file without restarting