Hi, I got the following problem: I use a tomcat server (6.0.18) and axis2 (1.4.1) with two webservices. Each service inits an log4j-configuration in its ServiceLifeCycle-class.
So I wondered why I can't see any log-message of service A in its specific log-file. Only the deployment messages f.e. >Deploying Web service: A.aar - file:/myhome/tomcat/webapps/axis2/WEB-INF/services/A.aar was put to the log-file, but I couldn't see any message from the service implementation of A. Hm ... so I was looking at the log-file of the second webservice and what a suprise ... all outputs of A was written in the log-file of service B. The both log4j-config use different path and log-file names! What's my fault ... is it a bug or a feature ... Thanks, Markus
