Hi Larry,

Again the same XML parser version problem (with tomcat 3.x) - see
previous posts on the subject.

Just make sure xerces.jar is set in your classpath before parser.jar
(which comes with tomcat 3).
You can achieve this in many ways, the way I prefer doing it is rename
parser.jar to zparser.jar in $tomcat/lib directory (if your option was
to put xerces.jar in that dir), as tomcat sets the classpath from that
dir in alphabetical order. Otherwise, you can edit startup.sh (or .bat
if you use W2K) and set the classpath explicitely.

Hope this helps
Ch.

Larry Gold wrote:
> 
> I searched through the archives and the error I am
> getting is not listed - I am getting the std
> NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
> 
> i have the xerces.jar, mail.jar, activation.jar in my
> path.  I am using tomcat 3.2.4, and soap 2.2 on NT 2k
> (ok dont kill me on this please)
> 
> Any help will be greatly appreciated
> 
> Larzgold
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/

Reply via email to