Yellowfin DB Configuration settings – Timeout and Max Open Connections
1 July, 2017
Updated documentation can now be found via our YF community HERE
This file is located in the /appserver/conf/ folder.
You can change the Yellowfin user session timeout setting
Modify this block:
[code]
[color=”#FF0F0F”>20[/color] (This value is in minutes)
[/code]
You can change the timeout settings for the Yellowfin database
This is actually done in the other web.xml file which is located in the
/appserver/webapps/ROOT/WEB-INF/ folder.
Add the parameter below into the InitConnectionPool section:
[code]
JDBCTimeout
1800
[/code]
Example of modified Web.XML with DB Timeout addition
You can change of connections allowed to the Yellowfin Repository Database.
Modify this block:
[code]
JDBCMaxCount
[color=”#FF0F0F”>5[/color][color=”#FF0F0F”>The maximum number of open connections allowed. [/color]
JDBCMinCount
[color=”#FF0F0F”>2[/color][color=”#FF0F0F”>The minimum number of connections opened during startup. [/color]
[/code]
Note: Any changes made to the web.xml will take effect after restarting tomcat
Related posts:
Connecting to the Yellowfin Repository DB (Web.xml settings)
Increase memory allocated to Tomcat/Yellowfin
How to configure the timeout settings for a data source connection.