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
|
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:
- 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.
|
- 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.
|
- 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.
|
- Add custom classes to iws_dir/build/classes.
|
iws_dir
|
the directory where Servertec Internet Server aJile
Edition was installed, normally c:\ajile_iws.
|
- 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.
|
- 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.
|
- 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
|
j2me_dir
|
the base directory where J2ME CLDC was installed.
|
|
ajile_dir
|
the directory where aJile Development Kit was installed.
|
- Once Runtime_cldc has been defined, select the
Target Configuration.
- Add filters/servlets in:
JVM0
forName
User Entered Class forName() Candidates
- 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.
- 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 running Servertec Internet Server.
|
|