Configure Recently Viewed TOC List Limit

Whenever a user views an application using the Navigator feature, the application number and the view type used is displayed under Recent views. The Recent views panel provides the ability to quickly access the previously viewed applications.

You can define the number of entries displayed under Recent views by specifying the number in the config.xml file.
  1. Stop the Apache Tomcat service(s) if it is running.
  2. Locate the config.xml file.
    For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the config.xml file in a text or XML editor.
  4. Locate this section: <property name="recentViewedTOCListLimit" value="10"/>
  5. Specify the desired number under value, replacing the default number (10).
  6. Save and close the file.
  7. Start the Apache Tomcat service(s).