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
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