Hi all,

I have a web application running within tomcat which serves both JSP files and static GIF files. I need to set the cache-control headers on the GIF files to specify "Cache-Control: no-cache". This is easy to do for the JSP files, but I can find no reference on how to do it for static files in web.xml.

Is this possible?

I do not want to serve the static files via a different server (eg Apache or an Apache/Tomcat hybrid).

Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED] "There's a moon
over Bourbon Street
tonight..."


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to