Bug report #528 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/528> REPORT #528 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: docbug State: received Priority: medium Severity: non-critical Confidence: public Environment: Release: Tomcat 3.2 JVM Release: all Operating System: all OS Release: all Platform: all Synopsis: src/doc/faq contains wrong information for overriding the JspServlet Description: Can someone apply this patch? It looks like the faq had fallen a little out of date while the name of the JspServlet changed. Took me a little while to figure out why JSPs stopped working after following the FAQ. :-) This diff was performed on tomcat-3.2 final src tarball. Thanks, -Dave PS - I just posted this to the tomcat-dev list, thought it would better to put it into BugRat. --- jakarta-tomcat-3.2-src/src/doc/faq.orig Tue Dec 5 12:36:19 2000 +++ jakarta-tomcat-3.2-src/src/doc/faq Tue Dec 5 12:36:29 2000 @@ -225,7 +225,7 @@ jsp </servlet-name> <servlet-class> - org.apache.jasper.runtime.JSPServlet + org.apache.jasper.servlet.JspServlet </servlet-class> <init-param> <param-name>Title: BugRat Report # 528
BugRat Report # 528
Project: Tomcat | Release: Tomcat 3.2 |
Category: Bug Report | SubCategory: New Bug Report |
Class: docbug | State: received |
Priority: medium | Severity: non-critical |
Confidence:
public
|
Submitter:
David Rees ( [EMAIL PROTECTED] )
Date Submitted:
Dec 5 2000, 02:52:00 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- src/doc/faq contains wrong information for overriding the JspServlet
- Environment: (jvm, os, osrel, platform)
- all, all, all, all
- Additional Environment Description:
- Report Description:
-
Can someone apply this patch? It looks like the faq had fallen a little out of date while the name of the JspServlet changed. Took me a little while to figure out why JSPs stopped working after following the FAQ. :-)
This diff was performed on tomcat-3.2 final src tarball.
Thanks,
-Dave
PS - I just posted this to the tomcat-dev list, thought it would better to put it into BugRat.
--- jakarta-tomcat-3.2-src/src/doc/faq.orig Tue Dec 5 12:36:19 2000
+++ jakarta-tomcat-3.2-src/src/doc/faq Tue Dec 5 12:36:29 2000
@@ -225,7 +225,7 @@
jsp
- org.apache.jasper.runtime.JSPServlet + org.apache.jasper.servlet.JspServlet