Servertec   Installation
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.
  1. Install Java JDK version 1.1.x or later.

  2. Install Personal Java version 1.2.

  3. Install EJC ADK version 1.0.1 or later.

  4. Configure the EJC computer.

  5. Extract setup_ejc_iws.jar file.

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

    path the directory containing setup_ejc_iws.jar.

  6. 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.

  7. Restart the computer.

  8. 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.
  1. Install Java JDK version 1.1.x or later.

  2. Install Personal Java version 1.2.

  3. Install EJC ADK version 1.0.1 or later.

  4. Configure the EJC computer.

  5. Login on account where Servertec Internet Server EJC Edition will be installed.

  6. Extract setup_ejc_iws.jar file.

    cd /
    jar -xvf path/setup_ejc_iws.jar

    path the directory containing setup_ejc_iws.jar.

  7. 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.

  8. 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.

  9. Logout and log back in.

  10. 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.

 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