Hi, although this should probably go to the tomcat mailing list, I'm
posting here in case other GWT users have similar questions. GWT
generates a lot of *.cache.* files. I'm running tomcat as stand-
alone, so I've been looking for something like mod_headers that would
allow me to set Expires or Cache-Control headers for the *.cache.*
files. I was very surprised to find zero info about how to do this on
the web, in tomcat FAQs, and even in tomcat books.
The only thing I found was this page
http://wiki.apache.org/tomcat/FAQ/Connectors
which talks about connecting tomcat with apache and says:
"mod_headers, mod_rewrite, and mod_alias could be written for Tomcat,
but why reinvent the wheel when Apache has done it so well?"
Is there really no way to set http headers for static content in
tomcat short of writing a custom servlet?!
Thanks
-Ben