You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nicolás Martín <nm...@menta.net> on 2000/11/10 18:29:49 UTC

javax.servlet.ServletResponse: method flushBuffer()V not found

I have a problem executing JSP examples after the installation of
TOMCAT.
Everytime I get this message:

Error: 500
Location: /examples/jsp/anydirexample/anyJSP.jsp
javax.servlet.ServletResponse: method flushBuffer()V not found

Somebody can help me?
Thanks.

Nico.



Re: javax.servlet.ServletResponse: method flushBuffer()V not found

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
You have an old version of "servlet.jar" or "jsdk.jar" in your
classpath, or installed in your system extensions folder
($JAVA_HOME/jre/lib/ext).  Get rid of it and use the version of
servlet.jar that came with Tomcat.

Craig McClanahan


Nicolás Martín wrote:

> I have a problem executing JSP examples after the installation of
> TOMCAT.
> Everytime I get this message:
>
> Error: 500
> Location: /examples/jsp/anydirexample/anyJSP.jsp
> javax.servlet.ServletResponse: method flushBuffer()V not found
>
> Somebody can help me?
> Thanks.
>
> Nico.