hi Donald, if you are talking about a JSP, that is not a file, it is a Java class. Hence once it is loaded into memory, it will stay there. But it is not cached perse
I don't believe Tomcat caches static files like .html, .gif etc Filip -----Original Message----- From: Donald Ball [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 9:38 AM To: [EMAIL PROTECTED] Subject: RE: Web Page Caching On 3/3/2003 at 9:10 AM Filip Hanik wrote: >nope, no caching in Tomcat. The browser however, may cache your pages :) i'm almost positive that's not true, tomcat does employ at least a limited cache of jsp page output. see the responses to my bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16113 - donald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
