Sample
|
Description
|
Hello World
|
This example demonstrates just how easy it is to use iServer
with Servlets.
|
Display Arguments
|
This example displays any arguments passed to it.
|
Display Headers
|
This example displays all headers, including any
created by iServer.
|
URL Redirect
|
This examples uses browser redirection to redirect to
hello.html.
|
CGI Tester
|
This examples tests Common Gateway Interface (CGI) support.
|
SSI Tester
|
This examples tests Server Side Includes (SSI) support.
|
Servlet Tag
|
This examples uses Servlet includes to demonstrate the use of
<servlet></servlet> tag.
|
Servlet Chaining
|
This examples tests Filter chaining using Server Side Includes (SSI) and Servlet tag support.
|
Log
|
This example appends a message to the events log file.
|
Cookie Counter
|
This example uses cookies and buffered i/o to demonstrate the use
of client-side cookies.
|
Cookie Tester
|
This example allows creating, updating and displaying client-side
cookies.
|
Protected Page
|
This example uses iServer's security service to protect a
directory.
|
List Employees
|
This example displays all employee names in the
employee table using a shared connection.
|
Connection Pool
|
This example displays all employee names in the
employee table using a connection pool.
|
Simple Form
|
This example prompts the user for their name and displays a
generated page with that name.
|
Dump Form
|
This example displays a form and dumps all arguments,
headers, cookies and submitted from values.
|
Page Counter
|
This example displays the number of times this page was hit.
It does this by storing the count in a server side file.
|
File Upload
|
This example displays a form that demonstrates the use of
multi-part forms and file uploads.
|
Session Tester
|
This example allows creating, updating, displaying and removing
session settings and values.
|
Servlet Context Tester
|
This example dumps ServletContext parameters and attributes and
displays a form for creating, updating and removing
ServletContext attributes.
|