> I dont know why tomcat make cash for som files
thats news to me ... tomcat makes cash ;-) $$$$u meant cache i guess
>who to resolve this problem ?
Ask Tom ..cos the cat belong to him ...LOL
[I think u meant how to resolve the problem.]
People who dont bother type the question properly usually dont get the guidance properly.
Anyways I shouldnt be rude ... add this in ur JSP...
<%
response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader("Expires", 0); //prevents caching at the proxy server
%>