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 Address Book Servlet on Windows 9x/Me/NT/2000/2003/XP.
- Open an MS-DOS Prompt and enter:
md iws_dir\addressbook
copy pos_dir\samples\addressbook\*.tf iws_dir\addressbook
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: AddressBookServlet
Class File: AddressBookServlet
Parameters:
Preload: No
- From the Administrator define the following Alias:
Alias: /AddressBook.html
Type: Servlet
Resource: AddressBookServlet
- Restart Servertec Internet Server.
- Open a Web Browser and enter:
http://localhost:8080/AddressBook.html
top of page
Use the following instructions to run the Address Book Servlet on Linux/Solaris/AIX/HP-UX/Unix.
- Open a command shell and enter:
mkdir iws_dir/addressbook
cp pos_dir/samples/addressbook/*.tf iws_dir/addressbook
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: AddressBookServlet
Class File: AddressBookServlet
Parameters:
Preload: No
- From the Administrator define the following Alias:
Alias: /AddressBook.html
Type: Servlet
Resource: AddressBookServlet
- Restart Servertec Internet Server.
- Open a Web Browser and enter:
http://localhost:8080/AddressBook.html
|