I configured my handler like this:
-Original Message-
From: Robert Mecklenburg [mailto:[EMAIL PROTECTED]
Sent: Monday, May 03, 2004 9:52 AM
To: [EMAIL PROTECTED]
Subject: RE: NoClassDefFoundError writing simple handler
RM> I'm a newbie to web services and axis
RM> I'm a newbie to web services and axis and I'm trying to implement a
RM> simple handler.
RM> javax.servlet.ServletException: Servlet execution threw an exception
RM> root cause java.lang.NoClassDefFoundError:
RM> org/apache/axis/handlers/BasicHandler
ML> Have you looked in axis.jar and verifie
Have you looked in axis.jar and verified explicitly that BasicHandler.class
is present?
From: Robert Mecklenburg <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Axis Users <[EMAIL PROTECTED]>
Subject: NoClassDefFoundError writing simple handler
Date: 30 Apr 2004 09:19:47 -0600
I'm a newbie