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.
-
Stop the Apache Tomcat service(s) if it is running.
-
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.
-
Open the
config.xml file in a text or XML editor.
-
Locate this section:
<property name="recentViewedTOCListLimit" value="10"/>
-
Specify the desired number under
value, replacing the default number (10).
-
Save and close the file.
-
Start the Apache Tomcat service(s).