NIPO Fieldwork System Version 1.14

Previous Topic

Next Topic

Configuring the Apache Tomcat Server

The configuration of an Apache Tomcat server is stored in the file httpd.conf. The following changes apply to the section that sets access options for the OdinServlet applet.

To enable the execution of the NIPO Web Interview Server software, the handler for isapi-isa libraries must be added:

AddHandler isapi-isa DLL

Furthermore execute permissions are required to run the software:

Options Indexes FollowSymLinks MultiViews ExecCGI

Additionally you may wish to further configure the Apache TomCat Manager that can be found in the root folder of the Apache Tomcat installation under \conf. See the Apache Tomcat documentation for details.

See Also