Commons-logging is not a log framework, it bridges to multiple log frameworks, including log4j *and* Java1.4 logging. So you can drop log4j and still log. Look at jakarta.apache.org/commons for details on configuring it -there are some preferences and things that can control where axis logs.
----- Original Message ----- From: "Anecito, Anthony (HQP)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 09:05 Subject: Axis and Logging > Hi All, > > I noticed that Axis seems to want to use Log4J or commons-logging. I would > like to disable this and just use what Tomcat (app server) supplies rather > than double up on JAR's ect. Also, I noticed that that Axis is looking for > commons-logging.properties and I would like to find an example of what that > should look like if I have to use commons-logging. > > Many Thanks, > Tony >