You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tim Bachta <tb...@kopent.com> on 2003/06/13 17:24:11 UTC

JSP Exception

I ma trying to pass a jsp page through cocoon using the following code
in my sitemap.

 

<map:readers default="resource">

             .......

       <map:reader logger="sitemap.reader.jsp" name="jsp"
src="org.apache.cocoon.reading.JSPReader"/>

.......

</map:readers>

 

.....

 

<map:match pattern="reports">

       <map:read type="jsp" src="jsp/reports.jsp"
mime-type="text/html"/>

</map:match>

 

The jsp page itself is very simple so I know it is not the problem.  The
error I am getting is :

ServletException in JSPReader.generate() 

More precisely:

org.apache.cocoon.ProcessingException: ServletException in
JSPReader.generate()

 

 

Thanks for the help.

 

Tim Bachta

 

 


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org