How do you add an Expires or a Cache-Control header in JSP? I want to add a far-future expiration date in an include page for my static components
Expires
Cache-Control
Servlet containers like Tomcat come with a set of predefined filters. See for example Expires Filter. It may be easier to use existing one than to create your own similar filter.