You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Boissé Denis <de...@umontreal.ca> on 2007/08/13 21:37:46 UTC

JSP problem



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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org