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

    http://host:port
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:
  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. Update SNAP by entering:

      deploy_iws release hostname

    hostname the name of the computer running SNAP.

 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