Does Tomcat or Jetty cache dynamic content?
Posted
by Continuation
on Server Fault
See other posts from Server Fault
or by Continuation
Published on 2010-04-20T22:01:34Z
Indexed on
2010/04/20
22:03 UTC
Read the original article
Hit count: 228
I'm working on a Servlet app with contents that are updated periodically. Hence, between updates any dynamic pages generated by the Servlet can be cached.
Does Tomcat or Jetty (or any Servlet container) offer a way to cache dynamically generated pages?
Or would I need to use a caching reverse proxy like Squid to accomplish that?
© Server Fault or respective owner