When scheduling a report in jasperSoft, I check the option "Include reports as repository links in email body", but I get this on my email:
Top-N Most Common Alarms-Group http://localhost:8080/jasperserver-pro/fileview/fileview/public/ca/spectrum/reports/alarm/group/Top_N_Most_Common_Alarms_Group.pdf
Link is trying to access localhost and that leads nowhere. localhost should be replaced with hostname of JasperReports server.
Release : 21.2
Component :
This can be configured from
<app-server-path>/jasperserver-pro/WEB-INF/js.quartz.properties
By default it uses localhost as follows:
report.scheduler.web.deployment.uri=http://localhost:8080/jasperserver-pro
Please change it to the hostname and restart tomcat.
report.scheduler.web.deployment.uri=http://<hostname>:8080/jasperserver-pro