Michael, Thanks for your help - that was exactly the problem, missing servlet.jar in my classpath. I find it odd that no hwere in the documentation does it say to add that to the classpath, unless I am missing it ... but, oh well.
Because I still cannot see the service through the web when I do: http://mdf161.rh.psu.edu:8080/axis/Calculator.jws, is there by chance something else I am missing?? When I type the above URL, I get "AXIS error No service available at this URL." Yet when I do: http://mdf161.rh.psu.edu:8080/axis/Calculator.jws?wsdl I get the WSDL....any ideas? Thank you for all of your help, it REALLY helped me and I GREATLY appreciate it. Thanks, M. Fecina ([EMAIL PROTECTED]) ----- Original Message ----- From: "Michael Brennen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 7:03 PM Subject: Re: deploying a .jws file as a web service - problems > > This looks like a .jar is missing; is servlet.jar in your classpath? > > -- Michael > > On Wed, 30 Oct 2002, Michael Fecina wrote: > > > Here's what I got while testing CalcClient after I dropped > > Calculator.jws into axis directory: > > > > [root@mdf161 xml-axis-10]# java samples.userguide.example2.CalcClient -p8080 add 2 5 > > Exception in thread "main" java.lang.NoClassDefFoundError: javax/servlet/ServletContext > >
