Enable or Disable Automatically Add Remarks

For the EU submissions with the procedure type Centralized or National, the submissions may have submission description. You now have the ability to configure the config.xml file to fetch this submission description to be shown in the Ennov InSight Viewing application.

Once configured, the submission description will be shown under Remarks field in the Application Information window.

  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="automaticallyAddRemarks" value="true"/>

    — To automatically display the submission description in the Remarks field, enter "true" as the value for the attribute "automaticallyAddRemarks".

    — To stop display of the submission description in the Remarks field, enter "false" as the value. By default, this value is "true".

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