On 2/27/2003 at 2:21 PM Mark G.K. Christenson wrote:

>I'm assuming it doesn't continue to work if you remove the file and 
>then restart tomcat.  If you remove it after it's been compiled and 
>don't restart tomcat, it will continue to work because once the class 
>has been compiled and loaded, it doesn't need the class file from the 
>filesystem.
>
>All of this works much more sanely in v4+.
>
>Any reason you can't migrate to 4.1.x?

friendly warning (with a small ulterior motive) - there are some not
entirely dissimilar problems with jsp files in 4.1. it turns out that if
you remove a jsp, then someone hits its url triggering a 404, then you
replace the jsp, the 404 is permanently cached inside tomcat and you are
forced to restart the webapp or tomcat to cause tomcat to recognize the new
jsp page.

vote for this bug if this behavior bothers you:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16113

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to