Tomcat: Cache-Control

Posted by Itay on Stack Overflow See other posts from Stack Overflow or by Itay
Published on 2010-05-20T17:26:38Z Indexed on 2010/05/20 17:30 UTC
Read the original article Hit count: 278

Filed under:

Jetty has a CacheControl parameter (can be specified webdefault.xml) that determines the caching behavior of clients (by affecting headers sent to clients).

Does Tomcat has a similar option? In short, I want to turn off caching of all pages delivered by a tomcat server and/or by a specific webapp?

© Stack Overflow or respective owner

Related posts about tomcat