Re: Problem with precompiled JSP's (2nd Try)

2005-05-31 Thread Tim Funk
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

Re: Problem with precompiled JSP's (2nd Try)

2005-05-31 Thread Mike Baliel
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

Re: Problem with precompiled JSP's (2nd Try)

2005-05-27 Thread Bill Barker
"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

Re: Problem with precompiled JSP's (2nd Try)

2005-05-27 Thread Mike Baliel
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

Re: Problem with precompiled JSP's (2nd Try)

2005-05-27 Thread Bill Barker
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

Problem with precompiled JSP's (2nd Try)

2005-05-27 Thread Mike Baliel
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