Home
News
Products
Internet Server
Features
FAQs
Download
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Reference
Samples
.NET Edition
aJile Edition
EJC Edition
SNAP Edition
TINI Edition
POS
.NET Edition
Jenie
SFC
iScript
iMake
iPP
File Upload
Support
Legal
About
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.
- Install Java version 1.1.x or later.
- Extract setup_iws.jar file.
c:
cd \
jar -xvf path\setup_iws.jar
|
path
|
the directory containing setup_iws.jar.
|
- 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.
|
- Restart the computer.
top of page
Use the following instructions to install Servertec Internet Server on
Linux/Solaris/Unix.
- Install Java version 1.1.x or later.
- Login on account where the server will be installed.
- Extract setup_iws.jar file.
cd /
jar -xvf path/setup_iws.jar
|
path
|
the directory containing setup_iws.jar.
|
- 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.
|
- 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.
|
- Logout and log back in.
top of page
Use the following instructions to install Servertec Internet Server on
Novell Netware.
- Install Novell's JVM for Netware version 1.1.7B or later.
- Extract setup_iws.jar file.
SYS:
cd \
jar -xvf path\setup_iws.jar
|
path
|
the directory containing setup_iws.jar.
|
- 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.
|
- 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.
|
- 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.
|
- Restart the Netware computer.
|
|