Store Attachments

Permitted users can add an attachment to their comments in Ennov InSight Viewing. You have the option to configure the system so these attachments can be stored in a specific folder.

Use this procedure to specify the location and name of the folder that stores attachments.

Specifying the location for the attachments folder is optional.

  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. Enter the desired location for the attachments folder to the <property name="attachmentsLocation" value="C:\ \data\\attachments"> element to store attachments.

    The default location is C:\\data\\attachments.

  5. Save and close the file.
  6. Start the Apache Tomcat service(s).