Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Installing database drivers in your Web application server

Hello everyone,

 

       When I install Talend Server. As I follow the Talend big_data install document.

The procedure,Installing database drivers in your Web application server.

The Apache Tomcat without endorsed folder, because I install Talend using external Tomcat.

Then, I have some problem.

what role does it play the driver folder of endorsed. If without the driver folder of endorsed, is there any effect?

0683p000009M13J.png

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi

In the db config page, if you choose Mysql or Oracle or others rather than H2 as TAC database, you need to create the folder endorsed if it does not exist yet and put the corresponding driver in it.  

 

Regards

Shong

 

 

Anonymous
Not applicable
Author

The only of the jdbc driver files should be owned by the same user that is starting your Tomcat and as it says below what you have highlighted apache-tomcat/lib is the best folder to put your drivers that are compatible with your database version and type otherwise your webapp will be unable to connect to its backend database.