st
Subject: RE: Images caching
Thanks a lot, of course it has helped
> -Mensaje original-
> De: Rob Gregory [SMTP:[EMAIL PROTECTED]
> Enviado el: martes, 17 de enero de 2006 19:39
> Para: 'Tomcat Users List'
> Asunto: RE: Images caching
>
>
Thanks a lot, of course it has helped
> -Mensaje original-
> De: Rob Gregory [SMTP:[EMAIL PROTECTED]
> Enviado el: martes, 17 de enero de 2006 19:39
> Para: 'Tomcat Users List'
> Asunto: RE: Images caching
>
> Code as requested, Hope th
og.isDebugEnabled()) log.debug("Destroy Cache Filter");
this.objFilterConfig = null;
}
}
-Original Message-
From: Bello Martinez Sergio [mailto:[EMAIL PROTECTED]
Sent: 17 January 2006 07:12
To: Tomcat Users List
Subject: RE: Images caching
Hi Rob Gregory,
I wou
Hi Rob Gregory,
I would thank a lot those code examples about setting headers with filters.
I've read a lot about this problem yesterday and I've discovered that there
are a
problem with IE6 images caching, so I'm very interested in the workaround
you've
suggested.
Thanks a
post code
examples if needed.
Hope this helps.
Rob Gregory
-Original Message-
From: ALEX HYDE [mailto:[EMAIL PROTECTED]
Sent: 16 January 2006 23:38
To: Tomcat Users List
Subject: Re: Images caching
Hey Bello,
I'm fairly new to this but don't mind putting my two
pence worth in.
Hey Bello,
I'm fairly new to this but don't mind putting my two
pence worth in.
I'm not that sure about the client side but I've heard
mention of something called Squid which can cache
static content quite well and would sit as a proxy in
front of Tomcat.
Gluck
--- Bello Martinez Sergio <[EM
Hi all,
I have a web application in Tomcat 5.0 (standalone) that does image swapping
for some mouse events.
My problem is that IE does a GET request everytime I change an image's src
atribute. No matter if I
preload all document images with imgX=new Image(); imgX.src = '...', the
browser always re