Set up JNDI connections for the Pentaho Server
Defining JNDI connections for PDI clients
Tomcat JNDI connections
Procedure
<resource-ref> <description>myDataSource</description> <res-ref-name>jdbc/myDataSource</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref><Resource name="jdbc/myDataSource" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" maxActive="20" maxIdle="5" maxWait="10000" username="dbuser" password="password" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://127.0.0.1:5432/myDataSource" />
Add drivers
Driver for Microsoft SQL Server
If running:
Use the sqljdbc_auth.dll file here:
PreviousSet up native (JDBC) or OCI data connections for the Pentaho ServerNextDefine security for the Pentaho Server
Last updated
Was this helpful?

