> From: Dola Woolfe [mailto:dolac...@yahoo.com] > Subject: How to hot swap classes? > > When developing a web application I change my classes all the time and > therefore need to restart tomcat every time.
No, you only need to restart the webapp; there's no need to restart Tomcat. > Could it hot swap the new class in? No, but it's something that some of us have talked about. > (It does somehow hot swap recompiled .jsp's doesn't it?) There's a separate classloader for each JSP, but just one classloader for the rest of the webapp. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org