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.
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
Components | Dockers |