you probably have a mis-match between your common-logging and log4j jars - it's probably best to make sure they're loaded at the same level (i.e., by the same classloader) (didn't this topic just come up recently?).
> Hi, > I need help with configuring Axis. The problem is for our app "Axis" forms > as an external dependency. So, we have create a separate directory outside > of webserver /apps/opt/axis and then added the jar files to server.xml. In > this architecture, it is giving us Commons-logging framework exception > saying that org.apache.commons.logging.impl.Log4jLoggerImpl does not > implement Log. > > Can anyone let me know why would I get this. > thanks > vishist. >
