cancel
Showing results for 
Search instead for 
Did you mean: 

Report File location

Former Member
0 Kudos
148

Hi,

Where does the java reporting component(JRC) look for the report source in case the CRConfig file is not present in the classpath?

Regards,

Anushree

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Anushree,

-When creating a report source using the Java Reporting Component, the report's path can be specified by using either a relative or absolute path.

-When using relative paths, the path is specified relative to the location of the Java Reporting Component on the web server. For example, ../reports/sample.rpt resolves to /WEB-INF/reports/sample.rpt where the Java Reporting Component JAR file is in /WEB-INF/lib. The value of the reportlocation tag becomes the new root directory that is used to determine the location of a report.

-If the reportlocation tag is not present, the Java Reporting Component uses absolute paths.

-When using absolute paths, the Java Reporting Component will also look in the location of your web application's resources. For example, you can place your report into the classes folder and then specify the name of the report directly in your JSP file (with no path). In this case, the Java Reporting Component will find the report.

-To use absolute paths, ensure that the CRConfig.xml file does not contain a reportlocation tag.

Thanks,

Chinmay

Answers (0)