I have Cocoon version 2.1.10
I have tomcat version 6.0.10
I have Java version 1.6
I put these lines in the sitemap:
<map:match pattern="revue/testJSP.html">
<map:read type="jsp" src="revue/testJSP.jsp" mime-type="text/html" />
</map:match>
The file testJSP.jsp only display "Hello World"
When I type the URL "http://localhost:8080/cocoon/revue/testJSP.html"
I have the following error:
org.apache.jasper.JasperException:
Impossible de compiler la classe pour la JSP
(English: Not able to compile JSP classe)
If somebody knows something ?
Thanks for your help
Denis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]