Installation guide

Table Of Contents
3. SERVLETEXEC/NSAPI: NES/IWS/SUN ONE PLUGIN (WINDOWS)
3.6.2 Registry Entries
The ServletExec/NSAPI installer creates a new registry entry for each web server
instance for which it is installed with the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\New Atlanta Communications\ServletExec
NSAPI\https-<server-name>
This key contains a single parameter named Home, that contains the path to the web
server’s subdirectory within the
ServletExec NSAPI directory.
Note
If you move the ServletExec NSAPI directory after installation, you must modify the key
for each server to contain the new path.
3.6.3 NES/iWS/Sun ONE Configuration File Modifications
The NES/iWS/Sun ONE server implementation requires that the
obj.conf and
magnus.conf configuration file be modified to enable installation of NSAPI plugins such
as ServletExec/NSAPI. This section describes the modifications performed by the
ServletExec/NSAPI installer.
Important
If you chose not to allow the installer to make these modifications, you must make them
manually.
Several lines must be added to these configuration files for each server for which
ServletExec/NSAPI is installed.
The location of these lines within these files is very
important.
1. Add the following lines to the beginning of
magnus.conf before the other Init
directives:
Init fn=”load-modules” shlib="<path>/ServletExec_NSAPI.dll"
funcs="ServletExecInit,ServletExecFilter,ServletExecService"
Init fn=”ServletExecInit”
where <path> is the full path to the ServletExec NSAPI directory.
Note
The first Init directive will normally appear on a single line within the
magnus.conf file. It’s shown as spanning two lines here for formatting reasons. It
may span two lines within
magnus.conf, in which case the second line must begin
with a tab or space character).
Important
If you had previously activated, then deactivated the Java Interpreter for NES 3.5.1 or
higher, two
Init directives similar to the following will still be in your obj.conf
file:
Init funcs="SJavaBootInit" shlib=".." fn="load-modules"
Init classpath=".." ldpath=".." fn="SJavaBootInit"
ServletExec 5.0 Installation Guide 26