Nothing springs to mind in that.  There is an exception somewhere
which is not displaying.

You might need to make sure that you have DEBUG level logging on the
JspGenerator. To do so make sure that there is a logger entry in
sitemap.xmap for the JspGenerator

like in this

   <map:generator label="content,data" logger="sitemap.generator.jsp" name="jsp" 
src="org.apache.cocoon.generation.JspGenerator"/>

and then make sure DEBUG is on for the sitemap  in /cocoon/WEB-INF/logkit.xconf 

    <category name="sitemap" log-level="DEBUG">
      <log-target id-ref="sitemap"/>
      <log-target id-ref="error"/>
    </category>

                                                                ...Peter

Rob Kelley writes:
 > 
 >  Dear Peter:
 > Thanks for the tip. Here are my log entries (ERROR, CORE, SITEMAP, ACCESS) when I 
 >try to access /jsp/hello.  I don't understand what they're trying to tell me.
 > Any help much appreciated. 
 > ***ERROR.LOG***
 > <empty>
 >  
 > ***ACCESS.LOG***
 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to