Select the platform to run under:
Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/AIX/HP-UX/Unix
Use the following instructions to run the Employees' Servlet on Windows 9x/Me/NT/2000/2003/XP.
- Open an MS-DOS Prompt and enter:
md iws_dir\employees
copy pos_dir\samples\employees\*.tf iws_dir\employees
copy pos_dir\samples\employees\employees.ht* iws_dir\employees
iws_dir - the path to IWS, normally c:\iws.
path - the path to POS, normally c:\pos.
- From the Administrator define the following Servlet:
Alias: PosEmployeesServlet
Class File: PosEmployeesServlet
Parameters:
Preload: No
- From the Administrator define the following Alias:
Alias: /employees.html
Type: Servlet
Resource: PosEmployeesServlet
- Restart Servertec Internet Server.
- Open a Web Browser and enter:
http://localhost:8080/employees.html
top of page
Use the following instructions to run the Employees' Servlet on Linux/Solaris/AIX/HP-UX/Unix.
- Open a command shell and enter:
mkdir iws_dir/employees
cp pos_dir/samples/employees/*.tf iws_dir/employees
cp pos_dir/samples/employees/employees.ht* iws_dir/employees
iws_dir - the path to IWS, normally c:/iws.
path - the path to POS, normally c:/pos.
- From the Administrator define the following Servlet:
Alias: PosEmployeesServlet
Class File: PosEmployeesServlet
Parameters:
Preload: No
- From the Administrator define the following Alias:
Alias: /employees.html
Type: Servlet
Resource: PosEmployeesServlet
- Restart Servertec Internet Server.
- Open a Web Browser and enter:
http://localhost:8080/employees.html
|