On Tue, Oct 13, 2009 at 11:10 AM, Horatia <[email protected]> wrote: > I have this values inside server.xml, host-element: > > cachingAllowed="true" > cacheMaxSize="40960" > cacheObjectMaxSize="1024" > cacheTTL="600000" > >>> http://tomcat.apache.org/tomcat-6.0-doc/config/context.html > > Roller runs with the default values. > > As I can see tomcat serves the roller pages very fast.
Thanks for the link. I had forgotten about those settings. That Tomcat cache takes care of caching the static files that Apache servers. In other words, Tomcat caches anything that is not produced by a JSP or Servlet. So, Tomcat doesn't cache pages produced by Roller and that's why Roller includes its own cache. - Dave
