Re: java.lang.NoClassDefFoundError is plaguing me

2002-11-12 Thread Steven Gollery
I've also had similar problems with compiling JSPs under TOMCAT. I think what's happening is that, since a JSP has to be compiled, TOMCAT runs javac. But javac obviously doesn't use the same custom class loader that Axis uses, so in order to make those jars visible to the compiler, they have to

Re: java.lang.NoClassDefFoundError is plaguing me

2002-11-08 Thread Reynardine
While its not a permanent or architecurally satisfactory solution ... have you tried copying jdom.jar to the Tomcat/common/lib directory ? I fixed a similar problem this way. -Rey - Original Message - From: [EMAIL PROTECTED] Date: Fri, 8 Nov 2002 11:49:17 -0700 To: [EMAIL PROTECTED] Sub