old JSP pages loading // how to get new ones?
843840Jan 12 2009 — edited Jan 15 2009I am new to the forum and hope that experts can help. I am running a JSP application on an Apache/tomcat setup.
I encounter the problem that although I update a webpage (say 'example.jsp') with a date of 12 Jan 2009, the server continues to use a version of the page from many days before.
Miscellaneous point: these pages are being accessed by jsp:include and jsp:forward.
It seems like there is a hidden cache somewhere that the server likes to use in place of my updated pages.
I'd be pleased for any solutions!