Servertec   How To
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

 

Select what you would like to do:
Start Servertec Internet Server aJile Edition
Test Servertec Internet Server aJile Edition
Stop Servertec Internet Server aJile Edition
Create a custom build
To start Servertec Internet Server aJile Edition:

From Charade select File and then Execute. Then from 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.
top of page
To test Servertec Internet Server aJile Edition:

Run Servertec Internet Server and from a Web Browser enter:

    http://host:port/index.html
host the name of the computer running Servertec Internet Server.
port the port number Servertec Internet Server is listening on, normally 8080

top of page


To stop Servertec Internet Server aJile Edition:

From the MS-DOS Command Prompt enter:

    stop_iws host:port id password
host the name of the computer running Servertec Internet Server.
id the user id of the administrator, normally admin.
password the password used by the administrator, normally admin.
port the port number Servertec Internet Server is listening on, normally 8080

top of page


To create a custom build:
  1. Open an MS-DOS Prompt and enter:
      c:
      cd iws_dir
      make_iws release

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

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

  2. Create aliases for the servlets/filters in iws_dir/build/storage/config/aliases.ini.

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

  3. Define the filters/servlets in iws_dir/build/storage/config/servlets.ini.

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

  4. Add custom classes to iws_dir/build/classes.

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

  5. Add custom html pages to iws_dir/build/storage/wwwroot.

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

  6. Open an MS-DOS Prompt and enter:

      c:
      cd iws_dir
      build_iws release

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

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

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

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

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

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

    j2me_dir the base directory where J2ME CLDC was installed.
    ajile_dir the directory where aJile Development Kit was installed.

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

  13. Add filters/servlets in:

    JVM0
      forName
        User Entered Class forName() Candidates

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

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

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

    hostname the name of the aJile computer running Servertec Internet Server.

 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