solprovider wrote:
 
>>Make certain each of your matches is unique.  You may need to nest
>>them.  You could add a unique extension to the URL.  You may also need
>>to match the URL better:
>><map:match pattern="**/jsp_*">
>>       <map:generate type="jsp" src=""/>
>>        <map:serialize type="html"/>
>></map:match>
 
Thank you very much for your help.
now the pipeline is right, and Lenya process the request as a JSP page.
 
But now i've another problem:
this is the message that i get from Lenya:

org.apache.cocoon.ProcessingException: Exception JspGenerator.generate(): org.apache.avalon.framework.component.ComponentException: Could not find component (key [org.apache.cocoon.components.jsp.JSPEngine])

I don't know how to solve this problem:
I've put cocoon-jsp-block.jar in the lib directory,
I've added the jsp declaration in cocoon.xconf:

<jsp-engine>
    <parameter name="servlet-class" value="org.apache.jasper.servlet.JspServlet"/>   
</jsp-engine>

What can I do now?

I've read Cocoon mailing lists, Lenya, other publications, but i don't know how to solve this problem.

Thank you very much.

Roberto

Reply via email to