HI,
I must be missing something
http://javaboutique.internet.com/tutorials/Struts2/jsp-pages.html
I have built the struts app in this tutorial (source in resources at end of article)
There does not appear to be any explicit logging as in
http://struts.apache.org/1.2.9/userGuide/building_controller.html#logging

How are these these statements written to the log?
Oct 19, 2006 11:24:26 AM org.apache.catalina.core.ApplicationContext log
INFO: action: Processing a POST for /cancel



From: "Boris Unckel" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
To: "Tomcat Users List" <users@tomcat.apache.org>
Subject: Re: commons-logging, Tomcat 5.5 and Hibernate 3.2
Date: Fri, 20 Oct 2006 09:03:59 +0200

Hi,

> Hi,
> Running Tomcat "standalone" without Eclipse
> Log4j logging is now configured and generating output to /logs/tomcat.log
>
> except that struts logging is not generated ie.
> Oct 19, 2006 11:24:26 AM org.apache.catalina.core.ApplicationContext log
> INFO: action: Processing a POST for /cancel
>
> Does struts logging need to be configured in Log4j?
Regarding to
http://struts.apache.org/1.2.9/userGuide/building_controller.html#logging
struts is using JCL. If you properly configured JCL to use log4j everything should be fine.
Maybe
http://tomcat.apache.org/tomcat-5.5-doc/logging.html
helps.

Regards
Boris

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Ready for the world's first international mobile film festival celebrating the creative potential of today's youth? Check out Mobile Jam Fest for your a chance to WIN $10,000! www.mobilejamfest.com


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to