madarapuv Posted July 1, 2010 Share Posted July 1, 2010 How to disable the cache in Jasper Analysis Views permanently. Thanks,Venkat. Link to comment Share on other sites More sharing options...
kkelleher Posted July 2, 2010 Share Posted July 2, 2010 On the JasperServer host, locate the mondrian.properties file. It resides in .the WEB-INF directory in your JasperServer installation. In the file, add the following property setting:mondrian.rolap.star.disableCaching=true.This turns off caching completely. Disabling caching can have a very noticeable negative performance impact.Thanks,KristenEDIT: Someone was kind enough to point out my error here - the property needs to be set to TRUE rather than FALSE. Sorry for any confusion.Post Edited by kkelleher at 11/05/2010 17:11 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now