I have a web application that uses Jasper reports. I want to configure some properties without editing the source (I lost it). In a compiled web application, which should host jasperreports.properties to download?
jasper.properties is viewed by jasper reports in the classpath, so it can be directly in the WEB-INF / classes folder or in the root folder of any of the jars in WEB-INF / lib.
If you put it in WEB-INF / classes, it can be downloaded from CLASSPATH.