Roberto Fornasiero wrote:
Thank you very much Gregor, now I can use JSP pages with Cocoon, but I have some problems with Lenya. In fact, Lenya answers to the request with this error: description The requested resource (/mypub/resources/shared/jsp/jsp_SendMail.jsp) is not available.but the file is in the correct location. infact i've tried some tests: using this pipeline, the response is correct, an xml page is returned, just for the test: <map:match pattern="**/*.jsp"> <map:generate type="file" src="resources/shared/jsp/{2}.xml"/> <map:serialize type="xml"/> </map:match> but with the JSP pipeline, Lenya answers with the resource not available error: <map:match pattern="**/*.jsp"> <map:generate type="jsp" src="resources/shared/jsp/{2}.jsp"/> <map:serialize type="xml"/> </map:match>
can you check your log files? they usually have more information. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
