Servertec   iServer
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
iServer
Apache Gateway
ISAPI Gateway
NSAPI Gateway
CGI Gateway
Java Gateway
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Samples
Sales
Legal
Feedback

 

Select the platform to install iServer under:
Windows 9x/NT
Linux/Unix
Use the following instructions to install iServer on Windows 9x/NT.
  1. Install Java JDK version 1.1.x or later. Follow JavaSoft's instructions for installing the Java JDK.

  2. Unzip downloaded file(s). Follow 3rd Party instructions for extracting files from a zip file using folder names. Normally extract to c:\

  3. Using iws_path\install\win32\vars.bat as a template, define the following environmental variables in the c:\autoexec.bat file.

    set JAVA_EXE = java_path\bin\java.exe
    set CLASSPATH = iws_path\classes;
        iws_path\classes\iws.jar;
        iws_path\classes\servlet.jar;
        iws_path\servlets;
        iws_path\samples\servlets;
        %CLASSPATH%
    set PATH = iws_path\bin\win32;%PATH%

    iws_path the directory where the iServer was installed, normally c:\iws.
    java_path the base directory where Java was installed.

  4. Restart the computer.
top of page
Use the following instructions to install iServer on Linux/Unix.
  1. Install Java JDK version 1.1.x or later. Follow JavaSoft's instructions for installing the Java JDK.

  2. Login on account where iServer will be installed.

  3. Unzip the downloaded file(s).

    gzip -d filename

  4. Untar the resultant file(s).

    tar -xvpf filename

  5. If not in root directory, move iws to root directory.

    mv iws /

  6. Make executables, as needed.

    cd /iws/bin/linux
    ./makeiws

  7. Using iws_path/install/linux/iws.sh as a template, define the following environmental variables in the user's login script.

    export JAVA_EXE = "java_path/bin/java"
    export CLASSPATH = "iws_path/classes:
        iws_path/classes/iws.jar:
        iws_path/classes/servlet.jar:
        iws_path/servlets:
        iws_path/samples/servlets:
        ${CLASSPATH}"
    export PATH = "iws_path/bin/linux:${PATH}"

    iws_path the directory where the iServer was installed, normally /iws.
    java_path the base directory where Java was installed.

  8. Logout and log back in.
 top of page
 Built with iScript Copyright © 1997-2000 Servertec. All rights reserved.
Last Modified: Sun Jan 09 21:37:57 EST 2000