Servertec   iServer Samples
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Documentation
Samples
hello
args
headers
redirect
include
log
cookiecounter
protected
listemployees
connectionpool
simpleform
dumpform
pagecounter
Sales
Legal
Feedback

 

Sample Description
hello This example demonstrates just how easy it is to use iServer with Servlets.
args This example displays any arguments passed to it.
headers This example displays all headers, including any created by iServer.
redirect This examples uses browser redirection to redirect to hello.html.
include This examples uses server side file include.
log This example appends a message to the www.log file.
cookiecounter This example uses cookies and buffered i/o to read, update and display a client side cookie.
protected This example uses iServer's security service to protect a directory.
listemployees This example displays all employee names in the employee table using a shared connection.
connectionpool This example displays all employee names in the employee table using a connection pool.
simpleform This example prompts the user for their name and displays a generated page with that name.
dumpform This example displays a form and dumps all arguments, headers, cookies and submitted from values.
pagecounter This example displays the number of times this page was hit. It does this by storing the count in a server side file.
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:59:17 EST 1999