RE: Web Page Caching

2003-03-03 Thread Donald Ball
On 3/3/2003 at 9:44 AM Filip Hanik wrote: >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 if you'd read remy's response to my bug report, you'll see that he clearly indicates

RE: Web Page Caching

2003-03-03 Thread Reynir Hübner
Hi, Take a look at OSCache from www.opensymphony.com that is a cache framework. Tomcat it self does not provide cache on any dynamic content such as servlet responses or jsp responses. Hope it helps -reynir > -Original Message- > From: venkat ramana [mailto:[EMAIL PROTECTED] >

RE: Web Page Caching

2003-03-03 Thread Filip Hanik
ailto:[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

RE: Web Page Caching

2003-03-03 Thread Donald Ball
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=

RE: Web Page Caching

2003-03-03 Thread Filip Hanik
nope, no caching in Tomcat. The browser however, may cache your pages :) Filip -Original Message- From: venkat ramana [mailto:[EMAIL PROTECTED] Sent: Sunday, March 02, 2003 10:05 PM To: [EMAIL PROTECTED] Subject: Web Page Caching Hi I am new to Tomcat server. Can you tell me does Tom