Cash problem in tomcat

I dont know why tomcat make cash for som fileswho to resolve this problem ?I use tomcat 5.5thanks
[125 byte] By [the_Orienta] at [2007-10-3 1:32:44]
# 1

> 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

%>

RohitKumara at 2007-7-14 18:30:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...