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!
