You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ak...@hyperreal.org on 1999/11/05 01:13:52 UTC

cvs commit: jakarta-tomcat/src/webpages index.html

akv         99/11/04 16:13:42

  Modified:    src/examples/jsp Tag: TOMCAT_J2EE_10F_102199 index.html
               src/examples/servlets Tag: TOMCAT_J2EE_10F_102199 index.html
               src/webpages Tag: TOMCAT_J2EE_10F_102199 index.html
  Log:
  Misc changes: JSWDK --> Tomcat.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +141 -111  jakarta-tomcat/src/examples/jsp/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/index.html,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- index.html	1999/10/21 05:54:49	1.2
  +++ index.html	1999/11/05 00:12:36	1.2.2.1
  @@ -1,124 +1,154 @@
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
  +<head>
  +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
  +   <meta name="Author" content="Anil K. Vijendran">
  +   <title>JSP Examples</title>
   <!--
     Copyright (c) 1999 The Apache Software Foundation.  All rights 
     reserved.
   -->
  -
  -<head>
  -<title>Untitled Document</title>
  -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   </head>
  -
   <body bgcolor="#FFFFFF">
  -<p><font face="Arial, Helvetica, sans-serif"><b><font size="+2">JSP Samples 
  -  </font></b></font><br>
  -</p>
  +<b><font face="Arial, Helvetica, sans-serif"><font size=+2>JSP
  +Samples</font></font></b>
   <p>This is a collection of samples demonstrates the usage of different
  -  parts of the Java Server Pages (JSP) specification. </p>
  -<p>These examples will only work when these pages are being served by the ServletRunner. 
  -  They will not work if you are viewing these pages via a &quot;file://...&quot; 
  -  URL.</p>
  -<p>To navigate your way through the examples, the following icons will help:</p>
  -<table border="0" width="85%" align="center" cellspacing="5">
  -  <tr valign="top"> 
  -    <td width="30"><img src="../images/execute.gif"></td>
  -    <td>Execute the example</td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td width="30"><img src="../images/code.gif" width="24" height="24"></td>
  -    <td>Look at the source code for the example</td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td width="30"><img src="../images/return.gif" width="24" height="24"></td>
  -    <td>Return to this screen</td>
  -  </tr>
  +parts of the Java Server Pages (JSP) specification.
  +<p>These examples will only work when these pages are being served by the
  +ServletRunner. They will not work if you are viewing these pages via a
  +"file://..." URL.
  +<p>To navigate your way through the examples, the following icons will
  +help:
  +<br>&nbsp;
  +<table BORDER=0 CELLSPACING=5 WIDTH="85%" >
  +<tr VALIGN=TOP>
  +<td WIDTH="30"><img SRC="execute.gif" ></td>
  +
  +<td>Execute the example</td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td WIDTH="30"><img SRC="code.gif" height=24 width=24></td>
  +
  +<td>Look at the source code for the example</td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td WIDTH="30"><img SRC="return.gif" height=24 width=24></td>
  +
  +<td>Return to this screen</td>
  +</tr>
   </table>
  -<p>Tip: For session scoped beans to work, the cookies must be enabled. This can be 
  -done using browser options.
  -</p>
  -
  -
  -<table border="0" width="85%" align="center" cellspacing="5">
  -
  -  <tr valign="top"> 
  -    <td>Numberguess </td>
  -    <td width="30%" valign="top"><a href="num/numguess.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="num/numguess.jsp">Execute</a></td>
  -    <td width="30%"><a href="num/numguess.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="num/numguess.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Date </td>
  -    <td width="30%" valign="top"><a href="dates/date.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="dates/date.jsp">Execute</a></td>
  -    <td width="30%"><a href="dates/date.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="dates/date.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Snoop</td>
  -    <td width="30%"><a href="snp/snoop.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="snp/snoop.jsp">Execute</a></td>
  -    <td width="30%"><a href="snp/snoop.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="snp/snoop.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>ErrorPage </td>
  -    <td width="30%"><a href="error/error.html"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="../jsp/error/error.html">Execute</a></td>
  -    <td width="30%"><a href="error/er.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="error/er.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Carts </td>
  -    <td width="30%" valign="top"><a href="sessions/carts.html"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="sessions/carts.html">Execute</a></td>
  -    <td width="30%"><a href="sessions/crt.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="sessions/crt.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Checkbox </td>
  -    <td width="30%" valign="top"><a href="/checkbox/check.html"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="checkbox/check.html">Execute</a></td>
  -    <td width="30%"><a href="colors/cresult.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="checkbox/cresult.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Color </td>
  -    <td width="30%" valign="top"><a href="/colors/colors.html"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="colors/colors.html">Execute</a></td>
  -    <td width="30%"><a href="colors/clr.html.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="colors/clr.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Calendar </td>
  -    <td width="30%"><a href="cal/login.html"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="cal/calendar.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="cal/calendar.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Include </td>
  -    <td width="30%" valign="top"><a href="/include/include.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="include/include.jsp">Execute</a></td>
  -    <td width="30%"><a href="include/inc.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="include/inc.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Forward </td>
  -    <td width="30%" valign="top"><a href="forward/forward.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="forward/forward.jsp">Execute</a></td>
  -    <td width="30%"><a href="forward/fwd.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="forward/fwd.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Plugin </td>
  -    <td width="30%" valign="top"><a href="plugin/plugin.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="plugin/plugin.jsp">Execute</a></td>
  -    <td width="30%"><a href="plugin/plugin.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="plugin/plugin.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>JSP-Servlet-JSP </td>
  -    <td width="30%" valign="top"><a href="jsptoserv/jsptoservlet.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="jsptoserv/jsptoservlet.jsp">Execute</a></td>
  -    <td width="30%"><a href="jsptoserv/jts.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="jsptoserv/jts.html">Source</a></td>
  -  </tr>
  -
  -  <tr valign="top"> 
  -    <td>Simple custom tag example</td>
  -    <td width="30%" valign="top"><a href="simpletag/foo.jsp"><img src="../images/execute.gif" hspace="4" border="0" align="top"></a><a href="simpletag/foo.jsp">Execute</a></td>
  -    <td width="30%"><a href="simpletag/foo.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top"></a><a href="simpletag/foo.html">Source</a></td>
  -  </tr>
  +
  +<p>Tip: For session scoped beans to work, the cookies must be enabled.
  +This can be done using browser options.
  +<br>&nbsp;
  +<table BORDER=0 CELLSPACING=5 WIDTH="85%" >
  +<tr VALIGN=TOP>
  +<td>Numberguess&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="num/numguess.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="num/numguess.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="num/numguess.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="num/numguess.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Date&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="dates/date.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="dates/date.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="dates/date.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="dates/date.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Snoop</td>
  +
  +<td WIDTH="30%"><a href="snp/snoop.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="snp/snoop.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="snp/snoop.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="snp/snoop.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>ErrorPage&nbsp;</td>
  +
  +<td WIDTH="30%"><a href="error/error.html"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="error/error.html">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="error/er.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="error/er.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Carts&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="sessions/carts.html"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="sessions/carts.html">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="sessions/crt.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="sessions/crt.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Checkbox&nbsp;</td>
   
  -  <tr valign="top"> 
  +<td VALIGN=TOP WIDTH="30%"><a href="/checkbox/check.html"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="checkbox/check.html">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="colors/cresult.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="checkbox/cresult.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Color&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="/colors/colors.html"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="colors/colors.html">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="colors/clr.html.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="colors/clr.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Calendar&nbsp;</td>
  +
  +<td WIDTH="30%"><a href="cal/login.html"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="cal/login.html">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="cal/calendar.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="cal/calendar.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Include&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="/include/include.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="include/include.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="include/inc.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="include/inc.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Forward&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="forward/forward.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="forward/forward.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="forward/fwd.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="forward/fwd.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Plugin&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="plugin/plugin.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="plugin/plugin.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="plugin/plugin.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="plugin/plugin.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>JSP-Servlet-JSP&nbsp;</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="jsptoserv/jsptoservlet.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="jsptoserv/jsptoservlet.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="jsptoserv/jts.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="jsptoserv/jts.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Simple custom tag example</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="simpletag/foo.jsp"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="simpletag/foo.jsp">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="simpletag/foo.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="simpletag/foo.html">Source</a></td>
  +</tr>
   </table>
  +
   </body>
   </html>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.1 +97 -70    jakarta-tomcat/src/examples/servlets/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/examples/servlets/index.html,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- index.html	1999/10/09 00:20:25	1.1.1.1
  +++ index.html	1999/11/05 00:13:07	1.1.1.1.2.1
  @@ -1,78 +1,105 @@
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
   <head>
  -<title>Untitled Document</title>
  -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
  +   <meta name="Author" content="Anil K. Vijendran">
  +   <title>Servlet Examples</title>
   </head>
  -
   <body bgcolor="#FFFFFF">
  -<p><font face="Arial, Helvetica, sans-serif"><b><font size="+2">Servlet Examples 
  -  with Code</font></b></font><br>
  -</p>
  -<p>This is a collection of examples which demonstrate some of the more frequently 
  -  used parts of the Servlet API. Familiarity with the Java(tm) Programming Language 
  -  is assumed. </p>
  -
  +<b><font face="Arial, Helvetica, sans-serif"><font size=+2>Servlet
  +Examples with Code</font></font></b>
  +<p>This is a collection of examples which demonstrate some of the more
  +frequently used parts of the Servlet API. Familiarity with the Java(tm)
  +Programming Language is assumed.
   <p>These examples will only work when viewed via an http URL. They will
  -not work if you are viewing these pages via a &quot;file://...&quot; URL.
  -Please refer to the <em>README</em> file provide with this JSWDK release
  -regarding how to configure and start the provided web server.</p>
  -
  -<p>Wherever you see a form, enter some data and see how the servlet reacts. When 
  -  playing with the Cookie and Session Examples, jump back to the Headers Example 
  -  to see exactly what your browser is sending the server.</p>
  -<p>To navigate your way through the examples, the following icons will help:</p>
  -<table border="0" width="85%" align="center" cellspacing="5">
  -  <tr valign="top"> 
  -    <td width="30"><img src="../images/execute.gif"></td>
  -    <td>Execute the example</td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td width="30"><img src="../images/code.gif" width="24" height="24"></td>
  -    <td>Look at the source code for the example</td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td width="30"><img src="../images/return.gif" width="24" height="24"></td>
  -    <td>Return to this screen</td>
  -  </tr>
  +not work if you are viewing these pages via a "file://..." URL. Please
  +refer to the <i>README</i> file provide with this Tomcat release regarding
  +how to configure and start the provided web server.
  +<p>Wherever you see a form, enter some data and see how the servlet reacts.
  +When playing with the Cookie and Session Examples, jump back to the Headers
  +Example to see exactly what your browser is sending the server.
  +<p>To navigate your way through the examples, the following icons will
  +help:
  +<br>&nbsp;
  +<table BORDER=0 CELLSPACING=5 WIDTH="85%" >
  +<tr VALIGN=TOP>
  +<td WIDTH="30"><img SRC="execute.gif" ></td>
  +
  +<td>Execute the example</td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td WIDTH="30"><img SRC="code.gif" height=24 width=24></td>
  +
  +<td>Look at the source code for the example</td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td WIDTH="30"><img SRC="return.gif" height=24 width=24></td>
  +
  +<td>Return to this screen</td>
  +</tr>
   </table>
  -<p>Tip: To see the cookie interactions with your browser, try turning on the &quot;notify 
  -  when setting a cookie&quot; option in your browser preferences. This will let 
  -  you see when a session is created and give some feedback when looking at the 
  -  cookie demo.</p>
  -<table border="0" width="85%" align="center" cellspacing="5">
  -  <tr valign="top"> 
  -    <td>Hello World</td>
  -    <td width="30%" valign="top"><a href="../servlet/HelloWorldExample"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="helloworld.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top">Source</a></td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td>Request Info</td>
  -    <td width="30%"><a href="../servlet/RequestInfoExample"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="reqinfo.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top">Source</a></td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td>Request Headers</td>
  -    <td width="30%"><a href="../servlet/RequestHeaderExample"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="reqheaders.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top">Source</a></td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td>Request Parameters</td>
  -    <td width="30%"><a href="../servlet/RequestParamExample"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="reqparams.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top">Source</a></td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td>Cookies</td>
  -    <td width="30%"><a href="../servlet/CookieExample"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="cookies.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top">Source</a></td>
  -  </tr>
  -  <tr valign="top"> 
  -    <td>Sessions</td>
  -    <td width="30%"><a href="../servlet/SessionExample"><img src="../images/execute.gif" hspace="4" border="0" align="top">Execute</a></td>
  -    <td width="30%"><a href="sessions.html"><img src="../images/code.gif" width="24" height="24" hspace="4" border="0" align="top">Source</a></td>
  -  </tr>
  +
  +<p>Tip: To see the cookie interactions with your browser, try turning on
  +the "notify when setting a cookie" option in your browser preferences.
  +This will let you see when a session is created and give some feedback
  +when looking at the cookie demo.
  +<br>&nbsp;
  +<table BORDER=0 CELLSPACING=5 WIDTH="85%" >
  +<tr VALIGN=TOP>
  +<td>Hello World</td>
  +
  +<td VALIGN=TOP WIDTH="30%"><a href="../servlet/HelloWorldExample"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../servlet/HelloWorldExample">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="helloworld.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="helloworld.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Request Info</td>
  +
  +<td WIDTH="30%"><a href="../servlet/RequestInfoExample"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../servlet/RequestInfoExample">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="reqinfo.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqinfo.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Request Headers</td>
  +
  +<td WIDTH="30%"><a href="../servlet/RequestHeaderExample"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../servlet/RequestHeaderExample">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="reqheaders.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqheaders.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Request Parameters</td>
  +
  +<td WIDTH="30%"><a href="../servlet/RequestParamExample"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../servlet/RequestParamExample">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="reqparams.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqparams.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Cookies</td>
  +
  +<td WIDTH="30%"><a href="../servlet/CookieExample"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../servlet/CookieExample">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="cookies.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="cookies.html">Source</a></td>
  +</tr>
  +
  +<tr VALIGN=TOP>
  +<td>Sessions</td>
  +
  +<td WIDTH="30%"><a href="../servlet/SessionExample"><img SRC="execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../servlet/SessionExample">Execute</a></td>
  +
  +<td WIDTH="30%"><a href="sessions.html"><img SRC="code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="sessions.html">Source</a></td>
  +</tr>
   </table>
  -<p>Note: The source code for these examples does not contain all of the source 
  -  code that is actually in the example, only the important sections of code. Code 
  -  not important to understand the example has been removed for clarity.</p>
  -      </body>
  +
  +<p>Note: The source code for these examples does not contain all of the
  +source code that is actually in the example, only the important sections
  +of code. Code not important to understand the example has been removed
  +for clarity.
  +</body>
   </html>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +12 -10    jakarta-tomcat/src/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- index.html	1999/10/15 08:55:24	1.2
  +++ index.html	1999/11/05 00:13:27	1.2.2.1
  @@ -1,16 +1,17 @@
   <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
   <head>
  -<title>JavaServer(tm) Web Development Kit 1.0</title>
  +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
  +   <meta name="Author" content="Anil K. Vijendran">
  +   <title>Tomcat v2.2</title>
   </head>
   <body>
  -<img src="tomcat.gif" width="130" height="92" align="left">
  -<b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>
  +<img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>
   <br><b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
   2.2</font></font></b>
  -<br clear="all">
  -<p>This the the default Tomcat home page. This page serves as a quick
  -reference guide to related resources and is located at:
  +<p>This the the default Tomcat home page. This page serves as a quick reference
  +guide to related resources and is located at:
   <ul>
   <li>
   <font face="Courier New, Courier,
  @@ -38,16 +39,17 @@
   <br>&nbsp;</ul>
   The README file, which can be found at &lt;/path/to/tomcat>/README, contains
   a list of known bugs, incompatibilities and limitations.
  -<p>
  -You can find more information about the Servlet and JSP technologies at:
  +<p>You can find more information about the Servlet and JSP technologies
  +at:
   <ul>
   <li>
   <b><a href="http://java.sun.com/products/jsp">Sun's Java Server Pages Site</a></b></li>
  +
   <li>
   <b><a href="http://java.sun.com/products/servlet">Sun's Servlet Site</a></b></li>
   </ul>
  -and by subscribing to one or more of the following Servlet and JSP related interest
  -lists:
  +and by subscribing to one or more of the following Servlet and JSP related
  +interest lists:
   <ul>
   <li>
   <b><a href="mailto:listserv@java.sun.com?subject=subscription request: jsp-interest&body=subscribe jsp-interest [Your Full Name]">jsp-interest@java.sun.com</a></b></li>