JSPGenerator sample in cocoon

2004-05-31 Thread sowkhya bhat
Hi All, I am trying to run the JSP sample which come along with cocoon2. Currently i am using Jetty server. We tried placing jasper-compiler.jar and jasper-runtime.jar (as suggested by members in the mailing list) in cocoon/lib folder but that also didnot solve our problem. We are still getti

Re: JSPGenerator sample in cocoon

2004-05-31 Thread Benoit Deshaies
With the straight build of cocoon, I would get an exception while trying the JSPGenerator sample: java.lang.ClassNotFoundException(org.apache.jasper.servlet.JspServlet). To solve the problem, I copied the cocoon/build/webapp directory to the Tomcat webapps/ directory and ran cocoon from Tomcat. Th