Hi David,
If I'm right, Axis2 use common logging instead of log4j. You can
override this by putting a commons-logging.properties beside your
log4j.properties with following content:
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
So you redirect your common logging to log4j.
Kind regards
Jan Verstuyft
2008/7/14 David <[EMAIL PROTECTED]>:
> Hi,
>
> I made a webservice in Axis2 and it's working very well but now I would like
> to put some log in it with log4j.
> My firsts attempts didn't worked, what is the right way to implement log in
> a webservice Axis2 ?
> Modifiy axis2/web-inf/classes/log4j.properties ?
>
> I already put a myLog4j.properties in tomcat/conf and put a
> PropertyConfigurator.configure("/myLog4j.properties") in the constructor of
> my webservice. Without results...
>
> thx
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]