Select what you would like to do:
Start Servertec Internet Server SNAP Edition
Test Servertec Internet Server SNAP Edition
Stop Servertec Internet Server SNAP Edition
Create a custom iws file
To start Servertec Internet Server SNAP Edition:
From the SNAP shell enter:
java -r -classpath /iws/classes;/iws/classes/iws.jar;$CLASSPATH stec.iws.iws {iws_dir}
|
iws_dir
|
the directory where Servertec Internet Server SNAP Edition was deployed,
normally /iws.
|
top of page
To test Servertec Internet Server SNAP Edition:
Start Servertec Internet Server SNAP Edition and from a Web Browser enter:
|
host
|
the name of the computer running Servertec Internet Server SNAP Edition.
|
|
port
|
the port number Servertec Internet Server SNAP Edition is listening on,
normally 8080.
|
top of page
To stop Servertec Internet Server SNAP Edition:
From the SNAP shell enter:
java -r -classpath /iws/classes;$CLASSPATH stop_iws hostname: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 SNAP Edition,
normally localhost.
|
|
id
|
the user id of the administrator, normally admin.
|
|
iws_dir
|
the directory where Servertec Internet Server SNAP Edition was deployed,
normally /iws.
|
|
password
|
the password used by the administrator, normally admin.
|
|
port
|
the port number Servertec Internet Server SNAP Edition is listening on,
normally 8080.
|
top of page
To create a custom iws file:
- Define any aliases for servlets and filters in
iws_dir/deploy/config/aliases.ini.
|
iws_dir
|
the directory where Servertec Internet Server SNAP Edition was installed,
normally c:\snap_iws for Windows 9x/Me/NT/2000/2003/XP and /snap_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 SNAP Edition was installed,
normally c:\snap_iws for Windows 9x/Me/NT/2000/2003/XP and /snap_iws for
Linux/Solaris/AIX/HP-UX/Unix.
|
- Add any custom classes to
iws_dir/deploy/classes.
|
iws_dir
|
the directory where Servertec Internet Server SNAP Edition was installed,
normally c:\snap_iws for Windows 9x/Me/NT/2000/2003/XP and /snap_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 SNAP Edition was installed,
normally c:\snap_iws for Windows 9x/Me/NT/2000/2003/XP and /snap_iws for
Linux/Solaris/AIX/HP-UX/Unix.
|
- Update iws_dir/deploy_release.cmd as needed.
|
iws_dir
|
the directory where Servertec Internet Server SNAP Edition was installed,
normally c:\snap_iws for Windows 9x/Me/NT/2000/2003/XP and /snap_iws for
Linux/Solaris/AIX/HP-UX/Unix.
|
- Make sure Servertec Internet Server SNAP Edition is not running on SNAP.
|
iws_dir
|
the directory where Servertec Internet Server SNAP Edition was installed,
normally c:\snap_iws for Windows 9x/Me/NT/2000/2003/XP and /snap_iws for
Linux/Solaris/AIX/HP-UX/Unix.
|
- Update SNAP by entering:
deploy_iws release hostname
|
hostname
|
the name of the computer running SNAP.
|
|