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