Location of JSP Files¶
Inside the JasperReports Server web application, the JSP files are organized as follows:
-
JSP files are split up under the
<js-webapp>/WEB-INF/jspfolder: -
The
<js-webapp>/WEB-INF/jsp/templatesfolder contains UI components such as panels, lists, menu, and dialogs. -
The
<js-webapp>/WEB-INF/jsp/modulesfolder contains flow-specific pages:-
The main layout and subpanel JSP files are directly in modules.
-
Each feature has subfolders for its various JSPs.
-