hemant wrote:
> log4j: No appenders could be found for category
> (org.apache.commons.digester.Digester).
> log4j: Please initialize the log4j system properly

        Struts 1.1b is using the commons-logging package for logging, and in your 
case it is falling back to the Log4j system.

        It seems that your Log4j configuration is not being loaded before the 
ActionServlet is loaded, so you get this configuration error from Log4j.

        Try doing the Log4j initialization before the ActionServlet initialization.

-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


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

Reply via email to