You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2001/01/13 02:12:23 UTC

cvs commit: jakarta-tomcat/src/doc faq

nacho       01/01/12 17:12:23

  Modified:    src/doc  Tag: tomcat_32 faq
  Log:
  src/doc/faq contains wrong information for overriding the JspServlet
  Submitter: David Rees ( drees@ebetinc.com <ma...@ebetinc.com> )
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.1   +1 -1      jakarta-tomcat/src/doc/faq
  
  Index: faq
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/faq,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- faq	2000/02/08 21:08:34	1.1
  +++ faq	2001/01/13 01:12:22	1.1.4.1
  @@ -225,7 +225,7 @@
             jsp
         </servlet-name>
         <servlet-class>
  -          org.apache.jasper.runtime.JSPServlet
  +          org.apache.jasper.runtime.JspServlet
         </servlet-class>
         <init-param>
             <param-name>
  
  
  

Re: cvs commit: jakarta-tomcat/src/doc faq

Posted by Hans Bergsten <ha...@gefionsoftware.com>.
nacho@apache.org wrote:
> 
> nacho       01/01/12 17:12:23
> 
>   Modified:    src/doc  Tag: tomcat_32 faq
>   Log:
>   src/doc/faq contains wrong information for overriding the JspServlet
>   Submitter: David Rees ( drees@ebetinc.com <ma...@ebetinc.com> )
> [...]
>   -          org.apache.jasper.runtime.JSPServlet
>   +          org.apache.jasper.runtime.JspServlet

Hmm... Doesn't look like you changed much ;-) "runtime" should be
replaced with "servlet". If you don't have the time to fix this I
will try to get to it this weekend.

Hans
-- 
Hans Bergsten		hans@gefionsoftware.com
Gefion Software		http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com