[Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
I just downloaded the beta3 wicket-examples and created a new Java project for it in Eclipse 3.1. When I try to run StartExamples I receive the following -- which is rather odd since this jar (org.mortbay.jetty-4.2.24.jar) is visible under project properties: Java Build Path Libraries. Have I

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Eelco Hillenius
It seems that it wants the jasper libs too (jasper-runtime-x.jar and probably jasper-compiler-x.jar). Eelco On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote: I just downloaded the beta3 wicket-examples and created a new Java project for it in Eclipse 3.1. When I try to run StartExamples I

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
Eelco -- I can't find either of those jars in the latest tomcat, nor via google, nor do I see them in wicket 1.2 beta3. Where do those jasper jars originate? Igor -- I don't have maven installed, are there other options for me here? Thanks again, Scott On 4/4/06, Igor Vaynberg [EMAIL

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Alexandre Bairos
The jars are in %tomcat%/common/lib. Jasper-runtime.jar and jasper-compile.jar. Use the ones from tomcat 4.x.On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote:Eelco -- I can't find either of those jars in the latest tomcat, nor via google, nor do I see them in wicket 1.2 beta3.Where do thosejasper

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
Tomcat 4.1.31 -- that got it. Thanks so much Alexandre. Now just how did y'all know that jasper was missing from the exception I posted? :) Scott On 4/4/06, Alexandre Bairos [EMAIL PROTECTED] wrote: The jars are in %tomcat%/common/lib. Jasper-runtime.jar and jasper-compile.jar. Use the

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Scott Swank
And of course thanks to Eelco for the initial catch. On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote: Tomcat 4.1.31 -- that got it. Thanks so much Alexandre. Now just how did y'all know that jasper was missing from the exception I posted? :) Scott On 4/4/06, Alexandre Bairos [EMAIL

Re: [Wicket-user] starting jetty with 1.2 beta3

2006-04-04 Thread Igor Vaynberg
from experience :) -Igor On 4/4/06, Scott Swank [EMAIL PROTECTED] wrote: Tomcat 4.1.31 -- that got it.Thanks so much Alexandre.Now just howdid y'all know that jasper was missing from the exception I posted?:)ScottOn 4/4/06, Alexandre Bairos [EMAIL PROTECTED] wrote: The jars are in