Re: setting headers on non-jsp files

2006-12-25 Thread Marco Pöhler
Hi Daniel, You can use a Servlet-Filter if you can select all JavaScript-Files with servlet-filter mappings. best regards Marco -- http://www.kontaktlinsen-preisvergleich.de http://www.tintenpatronen-preisvergleich.de Daniel Blumenthal schrieb: Happy holidays, all! Is there any way to

setting headers on non-jsp files

2006-12-25 Thread Daniel Blumenthal
Happy holidays, all! Is there any way to set HTTP headers on non-jsp files, using only tomcat? What I would like to do is set javascript files to "no-cache", so that the browsers pick up the (fairly frequent) changes. Any ideas? (I could just turn them into jsp files, and I may yet do so, but