Hi, I am trying to use log4j in my application running on axis2 and am encountering some issues. I initialize log4j using the following:
    public void init(ServiceContext serviceContext)
    {
        // establish log4j
        DOMConfigurator.configure("/usr/local/apache-tomcat-6.0.10/webapps/axis2/WEB-INF/services/CMSApi-log4j.xml");
    }
which works fine for a while, but at some point it stops working without error. I was thinking it might be conflicting with the axis log4j.properties file or something. Has anyone seen a similar problem or have any ideas what the issue or solution could be?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to