Set up Closed Comments
When you add a Comment in Ennov InSight Viewing, it can be closed with an action or an explanation by the person to whom the comment is directed.
You can modify the config.xml file so that the comments can be visible or hidden.
- 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.
- Set the value on the <property name="showClosedAnnotation"> element.
— To display the closed comments option to the <property name="showClosedAnnotation"> element, assign the value to "true".
— To hide the closed comments option to the <property name="showClosedAnnotation"> element, assign the value to "false".
- Save and close the file.
- Start the Apache Tomcat service(s).
