Can I change the DQ Web application session timeout?
Q: Can I change the DQ Web application session timeout?
Answer: Yes. Edit the following file:
<INSTALL_PATH>/owl/config/owl-env.sh
Find the line with the variable TIMEOUT:
cat ./owl-env.sh | grep TIMEOUT
response from the above:export **TIMEOUT** =7200 #20 minutes in seconds
Modify this file and change the value of the TIMEOUT variable to whatever you wish.
Then you will have to restart the Collibra DQ webapp:/<install_path>/bin/owlmanage.sh start=owlweb
That’s all.
BigDataBear
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
1 comment
BigDataBear
OP4 years ago · EditedRegarding the TIMEOUT and the Collibra DQ REST API:
In addition, Brian Mearns said, “REST API utilizes
timeoutfrom DQ Web.”