Home
News
Products
Internet Server
.NET Edition
aJile Edition
EJC Edition
Features
FAQs
Download
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Reference
Samples
SNAP Edition
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 EJC Edition under:
Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/AIX/HP-UX/Unix
Use the following instructions to install Servertec Internet Server EJC
Edition on Windows 9x/Me/NT/2000/2003/XP.
- Install Java JDK version 1.1.x or later.
- Install Personal Java version 1.2.
- Install EJC ADK version 1.0.1 or later.
- Configure the EJC computer.
- Extract setup_ejc_iws.jar file.
c:
cd \
jar -xvf path\setup_ejc_iws.jar
|
path
|
the directory containing setup_ejc_iws.jar.
|
- Define the following environment variables in c:\autoexec.bat
file.
set PATH = iws_dir\bin\win32;%PATH%
set CLASSPATH = iws_dir\classes;%CLASSPATH%
|
java_path
|
the base directory where Java was installed.
|
|
ejc_dir
|
the directory where EJC was installed.
|
|
iws_dir
|
the directory where Servertec Internet Server EJC Edition was installed,
normally c:\ejc_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 EJC.
|
|
iws_dir
|
the directory where Servertec Internet Server EJC Edition was installed,
normally c:\ejc_iws.
|
|
version
|
which version to make, either samples or release.
|
top of page
Use the following instructions to install Servertec Internet Server EJC
Edition on Linux/Solaris/AIX/HP-UX/Unix.
- Install Java JDK version 1.1.x or later.
- Install Personal Java version 1.2.
- Install EJC ADK version 1.0.1 or later.
- Configure the EJC computer.
- Login on account where Servertec Internet Server EJC Edition will be
installed.
- Extract setup_ejc_iws.jar file.
cd /
jar -xvf path/setup_ejc_iws.jar
|
path
|
the directory containing setup_ejc_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 EJC Edition was installed,
normally /ejc_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 PATH = iws_dir/bin/platform:$PATH
export CLASSPATH = iws_dir/classes:$CLASSPATH
|
java_path
|
the base directory where Java was installed.
|
|
ejc_dir
|
the directory where EJC was installed.
|
|
iws_dir
|
the directory where Servertec Internet Server EJC Edition was installed,
normally /ejc_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 EJC.
|
|
iws_dir
|
the directory where Servertec Internet Server EJC Edition was installed,
normally /ejc_iws.
|
|
version
|
which version to make, either samples or release.
|
|
|