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
