How to configure cache-control in Tomcat

2007-05-24 Thread Alexander Wolff
I would like to set in a Web-app that all static resources (images, css, js..) are cached in browser by 10 minutes (including in the HTTP Header response something like this: "Cache-Control: max-age=600) some idea how to configure cache-control in Tomcat? thanks in advance, Alexander

http chunking in Tomcat 5.5

2007-05-09 Thread Alexander Wolff
How can i enable/disable "http chunking" in Tomcat 5.5? thanks in advance, Alexander