How to enable browser caching of static content(images, css, js) with Tomcat? Preferable solution will be editingspring MVC config files or web.xml
try (with changing the values)
You can also use an interceptor:
See the MVC docs