The RedHat RPM install of Rundeck runs it as an executable WAR file. The JDBC driver for SQL server is inside the WAR and is quite old.
How to we use a newer/different SQL Server JDBC driver than what is in the WAR?
Version 3 of Rundeck "expanded" to the filesystem (didn't run from a WAR) and we were able to put the drivers in Rundeck's "lib" folder, but in this case we don't feel like adding it to the WAR and then modifying the MANIFEST.MF inside the WAR to add it to the classpath is the right solution.
Thanks.