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.
- 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="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".
- Save and close the file.
- Start the Apache Tomcat service(s).
