I'm new to Tomcat, so I'm unsure whether there is a configuration to set this. However, I'm using the following in JSP's that seems to solve client caching issues.
1. Place the following in at the start of the JSP
<%
response.setHeader("Cache-Control","no-cache"); //HTTP...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.