Intercept Invalid eCTD Links

When a file (or a section in a file) is linked to a destination file, and if this destination file is deleted or replaced, the link becomes invalid. This invalid link can be intercepted.

  1. Stop the Apache Tomcat service(s) if it is running.
  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. Set the value on the <property name="interceptorEnable"> element.

    — To enable interceptor, set the <property name="interceptorEnable"> element value to "true".

    — To disable interceptor, set the <property name="interceptorEnable"> element value to "false".

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