In an environment with multiple servers, the automatic indexing and automatic registering functionality can be enabled on a single server to avoid indexing and registering functionality conflicts.
-
Stop the Apache Tomcat service(s).
-
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.
-
Locate this section to configure auto indexing:
<property name="enableAutoIndex" value="false"/>
-
To enable auto indexing, specify
true under
value.
By default, the value is
false.
-
Locate this section to configure auto register:
<property name="enableAutoRegister" value="false"/>
-
To enable auto register, specify
true under
value.
By default, the value is
false.
-
Save and close the file.
-
Start Apache Tomcat service(s).