Jasper Ideas

More parameterization needed while creating Docker Image

Currently, we need to create separate docker image for each environment due to below 2 configurations. So, we would like to have below configuration parameteried so that we can create one docker image across all the environments. Also, identify all such configurations which needs parameterization.


  1. specify the url for defaultFailureUrl key in

webapps/jasperserver-pro/WEB-INF/applicationContext-security-web.xml


2. specify scheduler detail in

webapps/jasperserver-pro/WEB-INF/js.quartz.properties

report.scheduler.web.deployment.uri= https://dnsurl.com/jasperserver-pro

report.scheduler.mail.sender.host=smtp.com

report.scheduler.mail.sender.username=user1

report.scheduler.mail.sender.password=******

report.scheduler.mail.sender.from=noreply@global.com

report.scheduler.mail.sender.protocol=smtp

report.scheduler.mail.sender.port=587


  • Anil Kumar Madan
  • Jul 14 2022
  • To be Reviewed
Components Dockers
  • Attach files