Nick, That is correct. While the jsp's are recompiled if they have changed since they were last "touched", Java class objects are loaded into memory the first time they are called, and remain resident in memory until you shut down the server. Therefore, during the development phase, you will need to shut down and restart your JRUN server every time you recompile your Java class objects.
Celeste -----Original Message----- From: Nick de Voil [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 1:29 AM To: JRun-Talk Subject: Modifying a custom tags - do I have to restart JRun? JRun only seems to pick up a new .class of a custom tag handler if I restart the server.Is that right or am I missing something? Thanks Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
