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)

4. SERVLETEXEC/NSAPI: NES/IWS/SUN ONE PLUGIN (SPARC SOLARIS)
or open directory structure.
See the READ ME in the webapps directory and the
ServletExec User Guide for more information.
4.5.2 Server start Script
The server
start script must be modified to set the ServletExecHome,
LD_LIBRARY_PATH, and LD_PRELOAD environment variables, and possibly export the
SERVER_ROOT environment variable. This script resides in the https-<server-name>
subdirectory of the web server's installation directory.
The following sections describe the modifications made to the server
start script by the
ServletExec/NSAPI installation script.
Important
If you chose not to allow the installer to make these modifications, you must make them
manually.
If you choose to run a different JDK or JRE version than the one available when
ServletExec/NSAPI was originally installed, you may need to modify the
start script and
change the various settings of LD_LIBRARY_PATH as needed.
4.5.2.1 ServletExecHome
The ServletExecHome environment variable must be set to the base directory of the
ServletExecNSAPI installation directory. By default, it is
“
/usr/local/NewAtlanta”. The ServletExecHome variable must also be exported,
as shown:
ServletExecHome=/usr/local/NewAtlanta
export ServletExecHome
4.5.2.2 LD_LIBRARY_PATH
The LD_LIBRARY_PATH environment variable must be set to include the SPARC native
threads libraries (ServletExec/NSAPI requires SPARC native threads). For example, if
the JDK is installed in
/usr/java, then LD_LIBRARY_PATH must be set as follows (for
Bourne shells) in the server
start script depending on which version of the JDK or JRE
you’re using.
• For JDKs:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/java/jre/lib/sparc
export LD_LIBRARY_PATH
• For JREs:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/java/lib/sparc
export LD_LIBRARY_PATH
ServletExec 5.0 Installation Guide 37