Hello Florian,
for me it worked to add Axis to my web application. As
Kevin Duffey wrote, it seems you have another axis.jar and/or activation.jar in
a folder different from your webapp ones, in common/lib or so. In my Tomcat
(5.0.27), there's the original Axis installed in webapps/axis and
What this error is referring to is the ClassLoader
process is not able to find a dependent class.
Basically, if you know much about ClassLoader
delegation, a "parent" loader can NOT look down into
children loaders without some special intervention to
find classes. So, if you put the axis.jar in the
how are you trying to install.
If you copy the axis folder from the original axis
installation inside /webapps/ of tomcat..
copy all lib files inside axis lib or tomcat common
libs.
It should work.
pritesh
--
All Computers wait at the same speed
!!
From: [EMAIL PROTECTED] [mailto:[EMA