Simon Kelly írta:

Hi all,

I didn't really want to post such a basic question, but I have tried a
couple of possible solutions and have had zero luck.  So,

How do you log messages using the Struts logger, so that they will print to
screen? I.E the window that tomcat is running in, in my case.


They are not log messages usually but System.out/System.err println() calls. However if you configure
your logging framework to log to console, the result is the same.


The struts is logging via commons-logging. Check commons-logging and log4j docs.

Hth,

Tib




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



Reply via email to