TIBCOSoftware / js-docker

Container deployment of TIBCO JasperReports® Server
144 stars 146 forks source link

deployment broken with default (latest Tomcat) available #29

Closed dnaboka closed 4 years ago

dnaboka commented 4 years ago

JasperServer 7.2.0 doesn't run on Tomcat 9.0.29. We only certify Tomcat 9.0.17: https://community.jaspersoft.com/wiki/tomcat-will-not-deploy-jasperserver-tenantbean-already-exists-error

sgwood63 commented 4 years ago

Added TOMCAT_BASE_IMAGE build time ARG to Dockerfile to set the version of Tomcat we are going to FROM from. Default is "tomcat:9.0.17-jre8" which certified for JasperReports Server 7.2.0.