Servertec Servertec Internet Server
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Internet Server
AOL Gateway
Apache Gateway
ISAPI Gateway
NSAPI Gateway
CGI Gateway
Java Gateway
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Samples
Legal
Contact Us

 

Select the platform to install Servertec Internet Server under:
Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/Unix
Novell Netware


Use the following instructions to install Servertec Internet Server on Windows 9x/Me/NT/2000/2003/XP.
  1. Install Java version 1.1.x or later.

  2. Extract setup_iws.jar file.

    c:
    cd \
    jar -xvf path\setup_iws.jar

    path the directory containing setup_iws.jar.

  3. Using iws_path\install\win32\vars.bat as a template, define the following environment variables in 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\optional.jar;
       iws_path\classes\admin.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 server 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 Servertec Internet Server on Linux/Solaris/Unix.
  1. Install Java version 1.1.x or later.

  2. Login on account where the server will be installed.

  3. Extract setup_iws.jar file.

    cd /
    jar -xvf path/setup_iws.jar

    path the directory containing setup_iws.jar.

  4. Make executables, as needed.

    cd iws_path/bin/platform
    chmod u+x,g+x makeiws
    ./makeiws

    iws_path the directory where the server was installed, normally /iws.
    platform the platform, linux, solaris/x86 or solaris/sparc.

  5. Using iws_path/install/platform/iws.sh as a template, define the following environment 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/optional.jar:
       iws_path/classes/admin.jar:
       iws_path/classes/servlet.jar:
       iws_path/servlets:
       iws_path/samples/servlets:
       ${CLASSPATH}"
    export PATH = "iws_path/bin/platform:${PATH}"

    iws_path the directory where the server was installed, normally /iws.
    java_path the base directory where Java was installed.
    platform the platform, linux, solaris/x86 or solaris/sparc.

  6. Logout and log back in.
top of page


Use the following instructions to install Servertec Internet Server on Novell Netware.
  1. Install Novell's JVM for Netware version 1.1.7B or later.

  2. Extract setup_iws.jar file.

    SYS:
    cd \
    jar -xvf path\setup_iws.jar

    path the directory containing setup_iws.jar.

  3. Add the following to SYS:\SYSTEM\autoexec.ncf file.

    SEARCH ADD iws_path\bin\netware

    iws_path the directory where the server was installed, normally SYS:\iws.

  4. Add the following entries to SYS:\etc\java.cfg file.

    CLASSPATH = iws_path\classes;$CLASSPATH
       iws_path\classes\iws.jar;$CLASSPATH
       iws_path\classes\optional.jar;$CLASSPATH
       iws_path\classes\admin.jar;$CLASSPATH
       iws_path\classes\servlet.jar;$CLASSPATH
       iws_path\servlets;$CLASSPATH
       iws_path\samples\servlets;$CLASSPATH

    iws_path the directory where the server was installed, normally SYS:\iws.

  5. Change iws_dir\config\logger.ini as following:

    ignore_exceptions = java.net.SocketException,
    java.io.IOException,
    java.io.InterruptedIOException

    iws_path the directory where the server was installed, normally SYS:\iws.

  6. Restart the Netware computer.
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:49 EDT 2005