Step 1: Download driver and apply to the Pentaho Server
To connect to a database, including the Pentaho Repository database, you will need to download and copy a JDBC driver to the appropriate places for the Pentaho Server as well as on the web application server.
Note: Due to licensing restrictions, Pentaho cannot redistribute some third-party database drivers. You must download and install the file yourself.
Download a JDBC Driver JAR from your database vendor or a third-party driver developer.
The JDBC drivers reference has a list of supported drivers.
Copy the JDBC driver JAR you just downloaded to the
pentaho/server/pentaho-server/tomcat/lib
folder.Copy the
hsqldb-2.3.2.jar
file topentaho-server/tomcat/lib
if you want to retain the sample provided by Pentaho.
PreviousPerform Tomcat-specific connection tasksNextStep 2: Modify JDBC connection information in the Tomcat XML file
Last updated
Was this helpful?