Ah, you are using a READER. But I guess that should not really make a difference. And the remark of Nathaniel reminded me that myself have used XSP and not JSP in the past.
Still, have you investigated the ClassCastException? Your reader might be causing trouble by something tiresome like wrong libraries etc.. Kind regards, Geert > Drs. G.P.H. Josten Consultant Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 www.daidalos.nl KvK 27164984 De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. > Van: Paritosh Patel [mailto:[EMAIL PROTECTED] > Verzonden: woensdag 4 oktober 2006 14:53 > Aan: [email protected] > Onderwerp: Re: RE: Cannot get JSPReader/JSPGenerator to work > > Geert, > I want to run the JSP within Cocoon and not as a request to > go to Tomcat. From what I could tell, JSPReader and > JSPGenerator uses the configured JSPEngine (in Cacoon) to > run it. The path/file I used on the 'src' attribute was a > local file (local to the sitemap file). Here is a portion of > the sitemap: > > <map:pipeline> > <map:match pattern="*.jsp"> > <map:read type="jsp" src="jsp/{1}.jsp" > mime-type="test/html" /> > </map:match> > </map:pipeline> > > Also, from the documentation, the default configured > JSPEngine is the Jasper engine. I wanted to switch that to > the Tomcat version (after I can get the default one to work). > > - pdp > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
