Installation guide
3. NETSCAPE/IPLANET PLUGIN (WINDOWS)
ServletExec 4.1 Installation Guide 25
Important
If you chose not to allow the installer to make these modifications, you must make them
manually.
Several lines must be added to the obj.conf configuration file for each server for which
ServletExec/NSAPI is installed. The location of these lines within the
obj.conf file is
very important.
1. Add the following lines to the beginning of obj.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 ServletExecNSAPI directory.
Note
The first Init directive will normally appear on a single line within the obj.conf
file. It’s shown as spanning two lines here for formatting reasons. It may span two lines
within obj.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"
You must either: (a) make sure the ServletExec/NSAPI Init directives appear before
these two Java Interpreter directives; or, (b) remove the Java Interpreter directives.
Important—iWS 6.0 or Higher Users
If you’re using iWS 6.0 or higher, you must add the Init directives to the
magnus.conf file rather than the obj.conf file.
2. The following lines must be added within the <Object name=default>
directives:
NameTrans fn=”ServletExecFilter”
Service method=”(GET|HEAD|POST)” type=”magnus-internal/nac”
fn=”ServletExecService”
Note
The Service directive will normally appear on a single line within the obj.conf
file. It’s shown as spanning two lines here for formatting reasons. It may span two lines
within obj.conf, in which case the second line must begin with a tab or space
character.