On 1/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Very simple two questions . > > 1. How do I get struts log4j messages on my console/my log ? > 2. How do I read application specific properties file in struts > application?
Instructions on how to use and configure Log4j are available on http://logging.apache.org/log4j/docs/documentation.html Once you've familiarized yourself with it, you can configure Struts logs using "org.apache.struts" keys: # Print only messages of level WARN or above from Struts. log4j.logger.org.apache.struts=WARN And you're already discussing Item #2 in another thread so I'll skip that. Hubert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]