You probably want logging instead of plain output, to do this in XSP:

getLogger().debug("your message here");

Look for your logs under your "cocoon/WEB-INF/logs" directory. I guess it should 
pop-up in core.log or sitemap.log.
(You can also use .info() , .warn() and .error() with that getLogger() function)

Kind Regards,
Jan



Adriano Smith wrote:

If a System.out.println(\"\") is given in an XSP where will the output be seen?<br> <br> <br> The java console does not print it. <br> How can the output be seen in java console?<br> <http://ads.sify.com/RealMedia/ads/click_nx.ads/mail.sify.com/[EMAIL PROTECTED]>



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



Reply via email to