My guess is you are missing the tomcat 4 version of jasper-runtime.jar in
your web-inf/lib dir.
If your precompile a webapp with tomcat 4 code(or I assume jetty uses jasper
as its JSP engine). You need to supply jasper-runtime.jar with your webapp if
you run it on a container running tomcat 5
Hi Bill,
Thanks again for your response. I believe (if I am not mistaken) that
the method signature displayed in the error as "No Such Method" (i.e.
the method expected based on the compiled JSP) is the same as the method
you listed below.
Here is the error
java.lang.NoSuchMethodError
"Mike Baliel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thanks for replying Bill
>
> I have Tomcat 5.0 installed and I checked the jasper-runtime.jar located
> at Tomcat5.0\common\lib and in my copy the method exists... ?
>
> Are you looking in jasper-compiler or jasper-r
Thanks for replying Bill
I have Tomcat 5.0 installed and I checked the jasper-runtime.jar located
at Tomcat5.0\common\lib and in my copy the method exists... ?
Are you looking in jasper-compiler or jasper-runtime?
Bill Barker wrote:
I just checked, and there is indeed NoSuchMethod in
I just checked, and there is indeed NoSuchMethod in Tomcat 5.
You need to re-precompile your JSPs using the jspc from Tomcat 5 for it to
work. It's not enough to just move the class files over, since they
reference the Jasper version that they were compiled with.
"Mike Baliel" <[EMAIL PROTECTE
Hello,
I have an application that is currently running under JBoss 3.2.x
with Jetty that I would like to get running on Tomcat 5.X. I have
precompiled all of the JSP's and mapped them to there respective JSP
path in the web.xml. Here is a sample fragment of the web.xml:
2.3//EN" "htt