Installation guide
Table Of Contents
- Introduction
- ServletExec/ISAPI: Microsoft IIS Plugin (Windows)
- ServletExec/NSAPI:NES/iWS/Sun ONE Plugin (Windows)
- ServletExec/NSAPI: NES/iWS/Sun ONE Plugin(SPARC Solaris)
- ServletExec/AS:Application Server (Windows)
- ServletExec/AS: Application Server (UNIX/Linux)

6. SERVLETEXEC/AS: APPLICATION SERVER (UNIX/LINUX)
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/AS 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>/bin/nsapi/ServletExec_Adapter.dll"
funcs="ServletExecInit,ServletExecService"
Init fn=”ServletExecInit” configFile="<path>/config
/webadapter.properties"
where <path> is the full path to the ServletExec/AS installation directory; by default,
this is
C:\Program Files\New Atlanta\ServletExec AS.
Note:
The first Init directive will normally appear on a single line within the
magnus.conf file. It’s shown as spanning three lines here for formatting
reasons. It may span three lines within
magnus.conf, in which case the second
and third lines must begin with a tab or space character). In general, the format of
the second
Init directive is:
Init fn=ServletExecInit configfile=”<path>/config
/webadapter.properties"”
where the value of configfile is the location of the webadapter.properties configuration
file.
<path> contains the location of your ServletExec/AS installation, and the file is
put in the config directory by default. You can modify this attribute to point to any
location you desire.
Note
See Section 6.6 of the ServletExec Installation guide for more information on the
webadpater.properties.
Important— NES and iWS 4.1 or earlier Users
If you're using NES or iWS 4.1 or earlier, you must add the Init directives to the
obj.conf file rather than the magnus.conf file.
2. Lines similar to the following must be added to obj.conf within the <Object
name=default>
directives:
NameTrans fn="ServletExecFilter”
Service method=(GET|HEAD|POST) type=magnus-internal/nac
fn="ServletExecService"
Figure 20 and Figure 21 show complete magnus.conf and obj.conf files for the Sun ONE
Web Server 6.1 with the ServletExec/AS directives highlighted.
ServletExec 5.0 Installation Guide 75