NIPO Fieldwork System Version 1.14

Previous Topic

Next Topic

OdinServlet Folder Structure on Apache Tomcat

On the Apache Tomcat the following folder structure is created by default for the NIPO ODIN Servlet.

Note that [TomCatDir] represents the Apache Tomcat installation folder on the web server, for example C:\Program files\Apache Software Foundation\Tomcat 5.0. The root folder that is accessible to Internet is the Webapps folder, which is the base URL for web interviews.

Verify folder locations on the Apache Tomcat before setting up file locations on the NIPO CATI / Web Master.

Folder structure on Apache Tomcat

[TomcatDir]\Webapps\OdinServlet
[TomcatDir]\Webapps\OdinServlet\CSS
[TomcatDir]\Webapps\OdinServlet\CSS\Default
[TomcatDir]\Webapps\OdinServlet\CSS\Survey1
[TomcatDir]\Webapps\OdinServlet\CSS\Survey2
[...]
[TomcatDir]\Webapps\OdinServlet\SyncDir
[TomcatDir]\Webapps\OdinServlet\ReadWrite
[TomcatDir]\Webapps\OdinServlet\Relocations
[TomcatDir]\Webapps\OdinServlet\Template
[TomcatDir]\Webapps\OdinServlet\Template\Default
[TomcatDir]\Webapps\OdinServlet\Template\Survey1
[TomcatDir]\Webapps\OdinServlet\Template\Survey2
[...]
[TomcatDir]\Webapps\OdinServlet\TemplateRelatedFiles
[TomcatDir]\Webapps\OdinServlet\TemplateRelatedFiles\Default
[TomcatDir]\Webapps\OdinServlet\TemplateRelatedFiles\Survey1
[TomcatDir]\Webapps\OdinServlet\TemplateRelatedFiles\Survey2
[...]

The SyncDir folder is automatically synced with the synchronization folder of the NIPO CATI / Web Master upon start of the NIPO ODIN Web Server, upon a survey start and upon a file change of a synced file. Note that the web server splits files for CSS, Template and TemplateRelatedFiles into three separate folders unlike the NIPO ODIN Developer CAWI preview, which expects all files as survey sub-folders in TemplateRelatedFiles.

See Also