Installation guide

2. MICROSOFT IIS PLUGIN (WINDOWS)
ServletExec 4.1 Installation Guide 8
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.
ServletExecData
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 servlets
hosted by ServletExec/ISAPI.
See the READ ME in the Servlets directory and the
ServletExec User Guide for more information.
webapps
One of these subdirectories exists for each virtual server
configured. It contains the “default” folder for
automatically deploying web applications hosted by
ServletExec/ISAPI.
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.
The following User should be granted Full Control to the ServletExec ISAPI
directory and its subdirectories:
IUSR_<server-name> (the user created by IIS for
processing requests for anonymous users).