hi, there

I'm using jdk1.2.2, Apache http server 1.3 and JServ1.1, just download
ASFtomcat.pkg.tar.Z on Linux 2.2.13 i686. I can startup.sh, got the output
from myjsp, but with an error: java.lang.NoSuchMethodError:
javax.servlet.ServletResponse: method flushBuffer()V not found at
org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:193)
. Is this a bug since there's a strange V attached with flushBuffer()??

Besides, after shutdown.sh. it seems dead there and I have to kill it.
Using classpath:
./webserver.jar:./lib/servlet.jar:./lib/jasper.jar:./lib/xml.jar:/home/stella/java/jdk1.2.2/bin/../lib/tools.jar:.:/home/stella/java/jdk1.2.2/lib/tools.jar:/home/stella/java/JSDK2.0/src:/home/stella/java/Oracle/jdbc/lib/
Tomcat Web Server Version 3.0
Loaded configuration from:
file:/home/stella/java/ASFtomcat/root/opt/tomcat/server.xml

Any help is highly appreciated.
yang

after startup.sh:

stella@lewis:~/java/ASFtomcat/root/opt/tomcat > Tomcat Web Server Version
3.0
Loaded configuration from:
file:/home/stella/java/ASFtomcat/root/opt/tomcat/server.xml
Configuring web service using "default"
Configuring web service using
"file:/home/stella/java/ASFtomcat/root/opt/tomcat/examples/WEB-INF/web.xml"
org.apache.tomcat.core.DefaultServlet: init
org.apache.jasper.runtime.JspServlet: init
Configuring web service using "default"
Configuring web service using
"file:/home/stella/java/ASFtomcat/root/opt/tomcat/webpages/WEB-INF/web.xml"
org.apache.tomcat.core.DefaultServlet: init
org.apache.jasper.runtime.JspServlet: init
Starting tcp endpoint on 8080 with
org.apache.tomcat.service.http.HttpConnectionHandler
Starting tcp endpoint on 8007 with
org.apache.tomcat.service.connector.Ajp12ConnectionHandler

Unhandled error! You might want to consider having an error page to report
such errors more gracefully
java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method
flushBuffer()V not found at
org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:193)
        at
jsp.myjsp._0002fjsp_0002fmyjsp_0002ft_0002ejspt_jsp_0._jspService(_0002fjsp_0002fmyjsp_0002ft_0002ejspt_jsp_0.java:162)
        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
Code)
        at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java,
Compiled Code)
        at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java,
Compiled Code)
        at org.apache.jasper.runtime.JspServlet.service(JspServlet.java,
Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
Code)
        at
org.apache.tomcat.core.ServiceInvocationHandler.method(ServletWrapper.java,
Compiled Code)
        at
org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java,
Compiled Code)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
        at org.apache.tomcat.core.Context.handleRequest(Context.java,
Compiled Code)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java, Compiled
Code)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java,
Compiled Code)
        at
org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java, Compiled
Code)
        at java.lang.Thread.run(Thread.java, Compiled Code)
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to