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