
bjorn at ruberg
Feb 7, 2012, 10:55 PM
Post #3 of 4
(151 views)
Permalink
|
On 02/08/2012 06:37 AM, Jewel Nuruddin wrote: > Hello, > My varnish could not cache .jsp page. > Can any body help me how can I cache .jsp page? You must make sure your JSP page allows Varnish to cache it, and/or force caching in Varnish. Keep in mind that cookie and set-cookie headers will usually make Varnish not cache anything. If this is the case with your setup, https://www.varnish-cache.org/trac/wiki/VCLExampleCacheCookies might be helpful. If you want a better response, you should show a varnishlog extract where the .jsp page is not being cached (so we can see exactly *why* it's not cached), and also your current VCL. -- Bjørn _______________________________________________ varnish-misc mailing list varnish-misc [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
|