"Christopher Schultz" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

>Can anyone comment on Tomcat's caching of path lookups on the disk? >That
>would seem to be a tremendous waste of memory if Tomcat actually
>remembered that a file didn't exist (not to mention a pain in the neck
>if you wanted to add files on the fly like this guy). Can someone
>confirm that Tomcat does nothing of the sort? That's the only reason I
>could think of for why he can't access his files.

If you don't want it, turn it off:
     <Context cachingAllowed="false" ..... />

There is also cacheMaxSize and cacheTTL to tune Tomcat's caching of files.





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to