jackrabbit-webapp dependency on jasper

2010-01-07 Thread ChadDavis
Running in Tomcat, everything is good. But when I try to run the jackrabbit-webapp in Jetty, I get the following error complaining about the lack of jasper. What's going on here? Do I need to get the jasper dependency myself if I'm running in Jetty? 2010-01-07 17:55:25.944:INFO::NO JSP Support

Re: jackrabbit-webapp dependency on jasper

2010-01-07 Thread ChadDavis
I fixed this myself. Jetty needs to be configured to use the JSP engine. By default, it does not include JSP support. On Thu, Jan 7, 2010 at 5:56 PM, ChadDavis chadmichaelda...@gmail.com wrote: Running in Tomcat, everything is good.  But when I try to run the jackrabbit-webapp in Jetty, I get