Some of the other posts about classpath have been of
interest in the problem I posted earlier (NoClassDefFoundError). Prompted by those posts I added axis.jar
and commons-discovery.jar to the Tomcat 4.1\common\lib directory. Now the exception I get is as follows: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:532) at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:272) I am using Axis 1.1 and Tomcat 4.1. Is there something about this logging
thing that I am completely missing?
I followed the instructions on pages 2 & 3 of the Axis Developer’s
guide which mention nothing about adding jars to directories, etc. What is going wrong? Brian J. Gladish Senior Software Engineer Raining Data Corporation (http://www.rainingdata.com) (949) 260-5140 |
- RE: Problems with logging Brian Gladish
- RE: Problems with logging James Clinton