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:
|
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:
- 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.
|
- 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.
|
- 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.
|
- 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.
|
- Make sure Servertec Internet Server TINI Edition is not running on TINI.
- 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.
|
- When the above step completes without any errors update TINI by
entering:
deploy_iws release hostname
|
hostname
|
the name of the computer running TINI.
|
|