Servertec   Installation
Home
News
Products
Internet Server
.NET Edition
aJile Edition
EJC Edition
SNAP Edition
Features
FAQs
Download
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Reference
Samples
TINI Edition
POS
.NET Edition
Jenie
SFC
iScript
iMake
iPP
File Upload
Support
Legal
About
Contact Us

 

Which release would you like to install:
Binary Release
Source Release


Select the platform to install Servertec Internet Server SNAP Edition under:
Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/AIX/HP-UX/Unix
Use the following instructions to install Servertec Internet Server SNAP Edition on Windows 9x/Me/NT/2000/2003/XP.
  1. Install Java version 1.1.x or later.

  2. Install SNAP Firmware 0.10.0 or later.

  3. Configure the SNAP computer.

  4. Extract setup_snap_iws.jar file.

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

    path the directory containing setup_snap_iws.jar.

  5. Define the following environment variables in c:\autoexec.bat file.

    set JAVA_EXE = java_path\bin\java.exe
    set SNAP_DIR = snap_dir
    set PATH = iws_dir\bin\win32;%PATH%
    set CLASSPATH = iws_dir\classes;%CLASSPATH%

    java_path the base directory where Java was installed.
    snap_dir the directory where SNAP was installed.
    iws_dir the directory where Servertec Internet Server SNAP Edition was installed, normally c:\snap_iws.

  6. Restart the computer.

  7. Open and MS-DOS Prompt and enter:

    cd iws_dir
    deploy_iws version hostname

    hostname the name of the computer running SNAP.
    iws_dir the directory where Servertec Internet Server SNAP Edition was installed, normally c:\snap_iws.
    version which version to make, either samples or release.

top of page
Use the following instructions to install Servertec Internet Server SNAP Edition on Linux/Solaris/AIX/HP-UX/Unix.
  1. Install Java JDK version 1.1.x or later.

  2. Install SNAP Firmware 0.10.0 or later.

  3. Configure the SNAP computer.

  4. Login on account where Servertec Internet Server SNAP Edition will be installed.

  5. Extract setup_snap_iws.jar file.

    cd /
    jar -xvf path/setup_snap_iws.jar

    path the directory containing setup_snap_iws.jar.

  6. Make executables, as needed.

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

    iws_dir the directory where Servertec Internet Server SNAP Edition was installed, normally /snap_iws.
    platform the platform, linux, solaris/x86, solaris/sparc, aix, hpux or unix.

  7. Define the the following environment variables in the user's login script.

    export JAVA_EXE = java_path/bin/java
    export SNAP_DIR = snap_dir
    export PATH = iws_dir/bin/platform:$PATH
    export CLASSPATH = iws_dir/classes:$CLASSPATH

    java_path the base directory where Java was installed.
    snap_dir the directory where SNAP was installed.
    iws_dir the directory where Servertec Internet Server SNAP Edition was installed, normally /snap_iws.
    platform the platform, linux, solaris/x86, solaris/sparc, aix, hpux or unix.

  8. Logout and log back in.

  9. Open a shell command and enter:

    cd iws_dir
    deploy_iws version hostname

    hostname the name of the computer running SNAP.
    iws_dir the directory where Servertec Internet Server SNAP Edition was installed, normally /snap_iws.
    version which version to make, either samples or release.

 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement. Terms Of Use.
Last Modified: Mon Sep 05 14:25:21 EDT 2005