This classloader problem is not specific to Axis, IMO. You probably just have a problem with the webapp finding your class period.
As a test, I would add a test servlet to your jar and see if you can invoke it. If you fix that, you will most likely fix this problem. Ben On Tue, 2003-02-11 at 14:31, Chakraborty, Anirban wrote: > Hi, > > I added my service as a class file in web-inf\classes and it works but it > does not when I add the same service as a jar file in \web-inf\lib. I get a > ClassNotFound exception for my service class when I try to view the deployed > services in axis. Note that I dont get to see the default axis services > Admin service and Version service also. Am I missing something? Do I need to > specify anything in the deploy.wsdd since my service is a jar file? Tomcat > 4.1.18, jdk1.4.1_01 and axis 1.1.beta. > Thanks. > > -Anirban.
