apologies.
Brian J. Gladish
Senior Software Engineer
Raining Data Corporation (http://www.rainingdata.com)
(949) 260-5140
-Original Message-
From: jayachandra [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 18, 2005 9:54 PM
To: [EMAIL PROTECTED]
Subject: Re: NoClassDefFoundError when using
Do you have commons-logging.jar AND commons-discovery.jar in your
webapps/axis/WEB-INF/lib. Having them in Tomcat/common/lib also should
be fine.
Jayachandra
On Mon, 17 Jan 2005 09:19:08 -0800, Brian Gladish
<[EMAIL PROTECTED]> wrote:
>
>
> When I try to retrieve a logger from
> org.apache.axis
When I try to retrieve a logger from org.apache.axis.components.logger.LogFactory
in a static initializer I get the following exception:
java.lang.NoClassDefFoundError:
org/apache/axis/components/logger/LogFactory
at
com.rdta.tlapi.webservice.TigerLogic.(TigerLogic.java:297)