You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by RM...@aol.com on 2002/05/03 22:44:01 UTC

Easy One

My problem is during development I don't want to stop and start Tomcat each 
time I change a class file.

I've notice in Tomcat 4.0 that compiled classes included on jsp pages via the 
page import directive are loaded into memory on Tomcat startup and cannot be 
update/changed without stoping and restarting Tomcat. I've tried copying over 
existing class files and deleting the class directory and rebuilding.

Suggestions Please...Thanks in advance!