----- Original Message ----- From: "Suleyman Yalinbas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 10:32 Subject: Re: adding new services
> > 1) axis.jar is under > /usr/local/tomcat/webapps/axis/WEB-INF/lib > > 2) sorry for mistyping; the version is 3.2.4 > ok. I dont know what the problem is. ClassNotFoundExceptions mean that Axis.jar cannot find your classes, or a class you depend on. If axis.jar was elsewhere in the tomcat (like a common lib dir), then it would be classloader fin. Otherwise, putting the jars into WEB-INF/lib should work. I only work with Tomcat4.1.18 these days, incidentally