EBIworld.com > EBI/Clarify Tips > EXTOL EBI - Increase the timeout period for Dashboard 2.1

EXTOL EBI - Increase the timeout period for Dashboard 2.1

TAGS: EXTOL EBI / EXTOL customization / EXTOL dashboard /


Sometimes using EXTOL Dashboard 2.1 can be frustrating due to the shortened timeout period. Out of the box, the login timeout period is 20 minutes.

Here is out to increase the timeout period

The file that needs to be modified is called web.xml and is located at C:\EXTOLDashboard_2.1\apache-tomcat\webapps\EXTOLDashboard\WEB-INF. The parameter that you can search on is “session-timeout” (without quotes).  The default is 20 minutes and it can be increased as you see fit.

A restart of the Dashboard server will be required to have the change take effect.



Copyright 2013 @ www.seanhoppe.com


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.