Enable Flat TOC Structure

The parent-child hierarchical display of the module sections in the TOC can be changed to present the sections at the same level as a flat structure.

To enable TOC flat structure, change the value of the attribute "enableFlatTOCStructure" to "true" in the config.xml file.

  1. Stop the Apache Tomcat service(s).
  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 the section: <property name="enableFlatTOCStructure" value="false"/> 5. Change the value of the "enableFlatTOCStructure" attribute to "true". By default, this value is "false".
  5. Save and close the file.
  6. Start Apache Tomcat service(s).