I recently installed and configured Apache and Tomcat with the rule that
all jsp pages get forwarded to Tomcat.  I brought up the examples and
everything worked fine.  However, when I attempted to deploy an
application that is being worked on I got the error:

Internal Servlet Error:
java.lang.AbstractMethodError
at
org.apache.jasper.compiler.JspParseEventListener.processTaglibDirective(JspParseEventListener.java:1146)
at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:755)
at
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:121)
at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:243)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1126)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1091)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1087)
at
org.apache.jasper.compiler.ParserController.parse(ParserController.java:213)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:210)
at
org.apache.tomcat.facade.JasperLiaison.jsp2java(JspInterceptor.java:690)
at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:631)
at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:446)
at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:875)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
at
org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Interceptor.java:213)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:477)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:519)
at java.lang.Thread.run(Thread.java:484)

(sorry about the length)

I'm really not sure where this is coming from.  We had everything
installed on Tomcat 1.2 and with this install moved to 1.3.

I'd appreciate any help that I could get.

Thanks,

Trevor Vaughan

<----------------------------------------------------------------->
"How many Prolog programmers does it take to change a lightbulb?"
"No."


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to