You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2002/06/21 22:41:47 UTC

cvs commit: jakarta-tomcat-4.0/webapps/examples/jsp index.html

jfclere     2002/06/21 13:41:47

  Modified:    webapps/examples/jsp index.html
  Log:
  Remove the ServletRunner reference and the servlet engine.
  Submitted by:	Ian Darwin, ian at darwinsys.com
  
  Revision  Changes    Path
  1.5       +5 -3      jakarta-tomcat-4.0/webapps/examples/jsp/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/jsp/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html	24 Jan 2002 16:11:55 -0000	1.4
  +++ index.html	21 Jun 2002 20:41:47 -0000	1.5
  @@ -13,10 +13,12 @@
   <body bgcolor="#FFFFFF">
   <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
  +<p>This is a collection of samples demonstrating the usage of different
   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
  +<p>These examples will only work when these pages are being served by a
  +servlet engine; of course, we recommend
  +<a href="http://jakarta.apache.org/tomcat/">Tomcat</a>.
  +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:
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>