Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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.