Is there a configuration variable (web.xml / struts-config.xml / other file) for enabling the log for the RequestProcessor class (and the like)?

Struts uses the commons-logging API.


If Log4J is on the classpath, then you don't need any additional configuration besides the Log4J config files. Otherwise, you may need to place a "commons-logging.properties" file on your classpath with config details.


http://jakarta.apache.org/commons/logging.html http://jakarta.apache.org/commons/logging/userguide.html http://logging.apache.org/log4j/docs/manual.html


--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


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



Reply via email to