Servertec   How To
Home
News
Products
Internet Server
.NET Edition
aJile Edition
EJC Edition
SNAP Edition
TINI Edition
Features
FAQs
Download
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Reference
Samples
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 TINI Edition
Test Servertec Internet Server TINI Edition
Stop Servertec Internet Server TINI Edition
Create a custom iws.tini file
To start Servertec Internet Server TINI Edition:

From Slush and enter:

    java iws_dir/bin/iws.tini iws_dir
iws_dir the directory where Servertec Internet Server TINI Edition was deployed, normally /iws.
top of page
To test Servertec Internet Server TINI Edition:

Start Servertec Internet Server TINI Edition and from a Web Browser enter:

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

top of page


To stop Servertec Internet Server TINI Edition:

From the Slush shell enter:

    java iws_dir/bin/stop_iws.tini host:port id password

From the MS-DOS Command Prompt or Linux/Solaris/AIX/HP-UX/Unix Shell enter:

    stop_iws host:port id password
host the name of the computer running Servertec Internet Server TINI Edition, normally localhost.
id the user id of the administrator, normally admin.
iws_dir the directory where Servertec Internet Server TINI Edition was deployed, normally /iws.
password the password used by the administrator, normally admin.
port the port number Servertec Internet Server TINI Edition is listening on, normally 8080.

top of page


To create a custom iws.tini file:
  1. Define any aliases for servlets and filters in iws_dir/deploy/config/aliases.ini.

    iws_dir the directory where Servertec Internet Server TINI Edition was installed, normally c:\tini_iws for Windows 9x/Me/NT/2000/2003/XP and /tini_iws for Linux/Solaris/AIX/HP-UX/Unix.

  2. Define any filters and servlets in iws_dir/deploy/config/servlets.ini.

    iws_dir the directory where Servertec Internet Server TINI Edition was installed, normally c:\tini_iws for Windows 9x/Me/NT/2000/2003/XP and /tini_iws for Linux/Solaris/AIX/HP-UX/Unix.

  3. Add any custom classes to iws_dir/deploy/classes/iws/servlets.

    iws_dir the directory where Servertec Internet Server TINI Edition was installed, normally c:\tini_iws for Windows 9x/Me/NT/2000/2003/XP and /tini_iws for Linux/Solaris/AIX/HP-UX/Unix.

  4. Add any custom html pages to iws_dir/deploy/wwwroot.

    iws_dir the directory where Servertec Internet Server TINI Edition was installed, normally c:\tini_iws for Windows 9x/Me/NT/2000/2003/XP and /tini_iws for Linux/Solaris/AIX/HP-UX/Unix.

  5. Make sure Servertec Internet Server TINI Edition is not running on TINI.

  6. Create the custom iws.tini file by opening an MS-DOS Prompt or Command Shell and entering:

      cd iws_dir
      make_iws release

    iws_dir the directory where Servertec Internet Server TINI Edition was installed, normally c:\tini_iws for Windows 9x/Me/NT/2000/2003/XP and /tini_iws for Linux/Solaris/AIX/HP-UX/Unix.

  7. When the above step completes without any errors update TINI by entering:

      deploy_iws release hostname

    hostname the name of the computer running TINI.

 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