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.
- Install Java version 1.1.x or later.
- Install SNAP Firmware 0.10.0 or later.
- Configure the SNAP computer.
- Extract setup_snap_iws.jar file.
c:
cd \
jar -xvf path\setup_snap_iws.jar
|
path
|
the directory containing setup_snap_iws.jar.
|
- 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.
|
- Restart the computer.
- 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.
- Install Java JDK version 1.1.x or later.
- Install SNAP Firmware 0.10.0 or later.
- Configure the SNAP computer.
- Login on account where Servertec Internet Server SNAP Edition will be
installed.
- Extract setup_snap_iws.jar file.
cd /
jar -xvf path/setup_snap_iws.jar
|
path
|
the directory containing setup_snap_iws.jar.
|
- 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.
|
- 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.
|
- Logout and log back in.
- 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.
|
|
|