Home
News
Products
Internet Server
.NET Edition
aJile Edition
EJC Edition
SNAP Edition
TINI Edition
Features
FAQs
Download
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Reference
Samples
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 TINI Edition under:
Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/AIX/HP-UX/Unix
Use the following instructions to install Servertec Internet Server TINI
Edition on Windows 9x/Me/NT/2000/2003/XP.
- Install Java version 1.1.x or later.
- Install TINI JavaKit version 1.02x or later.
- Configure the TINI computer.
- Extract setup_tini_iws.jar file.
c:
cd \
jar -xvf path\setup_tini_iws.jar
|
path
|
the directory containing setup_tini_iws.jar.
|
- Define the following environment variables in c:\autoexec.bat
file.
set JAVA_EXE = java_path\bin\java.exe
set TINI_DIR = tini_dir
set PATH = iws_dir\bin\win32;%PATH%
set CLASSPATH = iws_dir\classes;%CLASSPATH%
|
java_path
|
the base directory where Java was installed.
|
|
tini_dir
|
the directory where TINI was installed.
|
|
iws_dir
|
the directory where Servertec Internet Server TINI Edition was installed,
normally c:\tini_iws.
|
- Restart the computer.
- Open and MS-DOS Prompt and enter:
cd iws_dir
make_iws version
deploy_iws version hostname
|
hostname
|
the name of the computer running TINI.
|
|
iws_dir
|
the directory where Servertec Internet Server TINI Edition was installed,
normally c:\tini_iws.
|
|
version
|
which version to make, either samples or release.
|
top of page
Use the following instructions to install Servertec Internet Server TINI
Edition on Linux/Solaris/AIX/HP-UX/Unix.
- Install Java JDK version 1.1.x or later.
- Install TINI JavaKit version 1.02x or later.
- Configure the TINI computer.
- Login on account where Servertec Internet Server TINI Edition will be
installed.
- Extract setup_tini_iws.jar file.
cd /
jar -xvf path/setup_tini_iws.jar
|
path
|
the directory containing setup_tini_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 TINI Edition was installed,
normally /tini_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 TINI_DIR = tini_dir
export PATH = iws_dir/bin/platform:$PATH
export CLASSPATH = iws_dir/classes:$CLASSPATH
|
java_path
|
the base directory where Java was installed.
|
|
tini_dir
|
the directory where TINI was installed.
|
|
iws_dir
|
the directory where Servertec Internet Server TINI Edition was installed,
normally /tini_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
make_iws version
deploy_iws version hostname
|
hostname
|
the name of the computer running TINI.
|
|
iws_dir
|
the directory where Servertec Internet Server TINI Edition was installed,
normally /tini_iws.
|
|
version
|
which version to make, either samples or release.
|
|
|