Wrong debug message regarding config location
---------------------------------------------

                 Key: AXIS2-4148
                 URL: https://issues.apache.org/jira/browse/AXIS2-4148
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.4.1
            Reporter: Andrei Ivanov
            Priority: Trivial


DEBUG [axis2.deployment.WarBasedAxisConfigurator] trying to load axis2.xml from 
module: /WEB-INF/conf/axis2.xml
DEBUG [axis2.deployment.WarBasedAxisConfigurator] trying to load axis2.xml from 
module: /WEB-INF/conf/axis2.xml

For the 2nd message, the actual path is /WEB-INF/axis2.xml
if (axis2Stream == null) {
    // Simple deployment, no need for conf directory either
    axis2Stream = 
config.getServletContext().getResourceAsStream("/WEB-INF/axis2.xml");
    log.debug("trying to load axis2.xml from module: /WEB-INF/conf/axis2.xml");
}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to