Laiwu Luo wrote:

> I am testing Tomcat 3.1 as a servlet/jsp container on my NT machine.
> When I run the test application which comes alone with the Tomcat
> package by typing  http://localhost:8080/test/jsp/HelloWorld.jsp., I get
> the following error message:
>
> *********************************************************
> Error: 500
>
> Location: /test/jsp/HelloWorld.jsp
>
> javax.servlet.ServletResponse: method flushBuffer()V not found
>
> *********************************************************
>

You probably have an older version of the servlet classes (jsdk.jar or servlet.jar)
on your classpath.  This should be removed.

>
> Please let me know what I might miss here. Thanks.
>
> -- Laiwu
>

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to