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.
- Install Java JDK version 1.1.8. Follow JavaSoft's instructions for
installing the Java JDK.
- 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.
- Install aJile Development Kit version 3.3 or later. Follow aJile
Systems' instructions for installing the aJile Development Kit.
- 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.
|
- 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.
|
- Restart the computer.
- 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.
|
- Once the classes have been compiled, run JemBuilder.
- 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.
|
- 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.
|
- Then select Project, followed by Properties and
change Embedded Runtime to Runtime_cldc.
- 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.
|
- Once Runtime_cldc has been defined,
select the Target Configuration.
- Then select File and then Save Project.
- After the project has been saved select Project and
then Build.
- Once the project has been built, exit JemBuilder.
- 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.
|
- 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.
|
- After the server is loaded into the aJile computer,
press the Go button to start the server.
- Finally from a Web browser enter:
http://hostname:8080/index.html
|
hostname
|
the name of the aJile computer.
|
|
|