- Debian Linux (wheezy as well as jessie)
- Tomcat (6, 7 and 8)
- postgreSQL
- WAR file/generic installer (JRS 5.5, 5.6, 6.0.1, 6.1, 6.1.1, 6.2, 6.2.1 and 6.3)
Bug description:
Even though the flag deployJDBCDriver is set to false in jasperreports-server-[…]-bin/buildomatic/default_master.properties, the installer tries to delete the existing JDBC driver jar.
Solution:
Fix jasperreports-server-[…]-bin/buildomatic/bin/app-server.xml
Step 2 (lines 1534++) has to be enclosed between
and
INFO: property deployJDBCDriver is set to false. Did not delete any jdbc driver.
like steps 1 and 3 already are.
Recommended Comments
There are no comments to display.