Skip to main content Skip to complementary content
Close announcements banner

Installing database drivers in your Web application server

If you are not using the MySQL or embedded H2 database with Talend Administration Center, you must install the driver for the database to use in your Web application server.

For more information about the databases compatible with Talend Administration Center, see Compatible databases.

Procedure

  1. Stop your Web application server.
  2. If you use Apache Tomcat, clean the <apache-tomcat>\work\Catalina\localhost folder.
  3. Make sure that the driver for the database you want to use does not exist in any of the following folders. If the driver already exists in one of these folders, skip the next step.
    Web application Server used Folders to check

    Apache Tomcat

    <TomcatPath>\webapps\org.talend.administrator\WEB-INF\lib

  4. Download the correct database drivers from the official provider website, according to the version of the JVM you use to run your Web application server and the version of the database you want to use.
    If you use Oracle, use a copy of the ojdbcX.jar file from your Oracle installation.
    Note that those drivers are specific and that you should only download the ones that you need.
  5. Place the drivers you need in the right folder:
    • In <TomcatPath>\webapps\org.talend.administrator\WEB-INF\lib for Apache Tomcat.
  6. Restart your Web application server.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!