Installation guide

Table Of Contents
2. MICROSOFT IIS PLUGIN (WINDOWS)
Guide for instructions on running these examples.
lib
The lib subdirectory contains the Java archive (.jar)
files required by ServletExec/ISAPI.
Important
Do not modify the contents of the lib directory!
Servlet Logs
This subdirectory contains the Servlet.log files that
capture the output from the servlet
log() method. In
some cases, this directory isn’t created until the first
ServletExec initialization.
ServletExec Data
This subdirectory contains the ServletExec/ISAPI
configuration files. These files are generally modified
using the ServletExec Admin UI, but can also be edited
manually.
See the ServletExec User Guide for more information on
the Admin UI.
Servlets
This subdirectory contains the class files for legacy
servlets hosted by ServletExec/ISAPI. These servlets
run under the context of the default web application.
See the READ ME in the Servlets directory and the
ServletExec User Guide for more information.
webapps
This directory contains a subdirectory for each
configured virtual server. A web application can be
automatically deployed to a virtual server by placing it
in the subdirectory for that virtual server as a WAR file
or open directory structure.
See the READ ME in the webapps directory and the
ServletExec User Guide for more information.
2.5.2 NTFS Permissions
Important
If you’re using the NT File System (NTFS), permissions for the ServletExec ISAPI
directory and its subdirectories
must be set so that ServletExec/ISAPI has read and write access
to these directories. Because ServletExec/ISAPI runs as part of the IIS process, it will run as
different users at different times.
The following Groups should be granted Full Control to the ServletExec ISAPI
directory and its subdirectories:
SYSTEM and Authenticated Users.
ServletExec 5.0 Installation Guide 8