Check out OSCache from www.opensymphony.com They have some filters and jsp tags to implement cache, that I think may help yah.
Hope it helps [EMAIL PROTECTED] > -----Original Message----- > From: Jacob Hookom [mailto:[EMAIL PROTECTED]] > Sent: 23. jan�ar 2003 21:49 > To: Tomcat Users List > Subject: HttpServletResponse Caching > > > I'm going to cache the response from a resource via a filter > (WrappedHttpServletResponse). > > Currently I'm storing both the header information and the > outputstream as a byte array. Should I be making > accommodations for storing/rewriting header information, or > is this something that automatically gets written into the > outputstream at some point that I wouldn't need to do up > proxy-type methods for caching when a resource calls > setHeader(String, String) on the response? > > Best Regards, > Jacob > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
