I have a number of files (JavaScript etc) that I reference in various JSP pages. Currently they are retrieved using the SimpleFileServlet in Websphere but as some of them are getting quite large I was thinking it would be nice to compress (GZIP) and cache (If-Modified-Since) them. I'm pretty sure I know *how* to do it (and I should even be able to do it generically ie one servlet does all the work) but *should* I do it or have I missed some simple configuration option that already does it?
Michael Rutherfurd ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
