Servertec   Installation
Home
News
Products
Internet Server
.NET Edition
aJile Edition
Features
FAQs
Download
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Reference
Samples
EJC Edition
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


Use the following instructions to install Servertec Internet Server aJile Edition.
  1. Install Java JDK version 1.1.8. Follow JavaSoft's instructions for installing the Java JDK.

  2. Install Java 2 Micro Edition (J2ME) Connected Limited Device Configration (CLDC) version 1.0.0 or later. Follow JavaSoft's instructions for installing the J2ME CLDC.

  3. Install aJile Development Kit version 3.3 or later. Follow aJile Systems' instructions for installing the aJile Development Kit.

  4. Open an MS-DOS Prompt and enter the following commands to extract setup_ajile_iws.jar:

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

    path the directory containing setup_ajile_iws.jar.

  5. Define the following environment variables in c:\autoexec.bat.

    set JAVA_DIR = java_path
    set PATH = iws_dir\bin;%PATH%
    set CLASSPATH = iws_dir\classes;%CLASSPATH%

    java_dir the base directory where Java was installed.
    ajile_dir the directory where aJile Development Kit was installed.
    iws_dir the directory where Servertec Internet Server aJile Edition was installed, normally c:\ajile_iws.

  6. Restart the computer.

  7. After the computer has been restarted, open an MS-DOS Prompt and enter:

    c:
    cd iws_dir
    make_iws version

    WARNING: make_iws clears and overwrites all files in iws_dir\build.

    iws_dir the directory where Servertec Internet Server aJile Edition was installed, normally c:\ajile_iws.
    version which version to make, either samples or release.

  8. Once the classes have been compiled, run JemBuilder.

  9. Then from JemBuilder select File, then Open Project and then in the Open dialog box enter: iws_dir\build\ajile_iws.ajp.

    iws_dir the directory where Servertec Internet Server aJile Edition was installed, normally c:\ajile_iws.

  10. After the project has been opened verify and change settings as needed:

    Project
      Output Files
        Output Directory:
    iws_dir\build
    JVM0
      Classpath
        Application Classpath
          Classpath:
    iws_dir\build\classes
    Drivers
      Ethernet
        Ethernet IP Information
          IP Address:
    ip_address
          Net Mask net_mask
          Gateway Address: gateway_address

    iws_dir the directory where Servertec Internet Server aJile Edition was installed, normally c:\ajile_iws.
    ip_address the IP address of the aJile computer.
    net_mask the net mask address of the aJile computer, normally 255.255.255.0.
    gateway_address the gateway address of the aJile computer.

  11. Then select Project, followed by Properties and change Embedded Runtime to Runtime_cldc.

  12. Once Embedded Runtime has been set to Runtime_cldc, press Define..., select Runtime_cldc from Runtimes, press Edit... and change settings as needed:

    Name: Runtime_cldc
    Classpath: ajile_dir\Runtime_cldc\Rts
    Root Directory: ajile_dir\Runtime_cldc
    JDK Classpath: ajile_dir\Runtime_cldc\classes.jar

    ajile_dir the directory where aJile Development Kit was installed.

  13. Once Runtime_cldc has been defined, select the Target Configuration.

  14. Then select File and then Save Project.

  15. After the project has been saved select Project and then Build.

  16. Once the project has been built, exit JemBuilder.

  17. Open an MS-DOS prompt and install new f.sod file.

    cd ajile_dir\charade
    ren f.sod f.sod.org
    copy iws_dir\install\f.sod .

    ajile_dir the directory where aJile Development Kit was installed.
    iws_dir the directory where Servertec Internet Server aJile Edition was installed, normally c:\ajile_iws.

  18. Now run Charade, then select File and then Execute. Then in the Open dialog box enter: iws_dir\build\load.sod.

    iws_dir the directory where Servertec Internet Server aJile Edition was installed, normally c:\ajile_iws.

  19. After the server is loaded into the aJile computer, press the Go button to start the server.

  20. Finally from a Web browser enter: http://hostname:8080/index.html

    hostname the name of the aJile computer.

 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