Donald, If you're running a JDK before 1.4 you probably need to add xmlParserAPIs.jar. But because you mention the endorsed folder, I'm led to believe you are in fact using JDK 1.4.X, in which case the only solution that I can think of is that you still need to add the parser-apis because your particular implementation (version of Xerces) does not implement the exact xml-apis that comes with your JDK.
/S "Lachlan Donald" <[EMAIL PROTECTED]> wrote: >I am trying to transition back to Tomcat from Jetty. I previously used >Tomcat and it worked fine, but now I get this error whenever I try and >connect to Xindice/Tomcat: > >java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange > >I added the latest xerces from $XINDICE_HOME/java/libs to >$JAVA_HOME/libs/endorsed as well as the endorsed dir under Tomcat and I >still get this error. > >Any Suggestions? > >Cheers, >Lachlan Donald > > > -- Steven Cummings Columbia, MO Email: [EMAIL PROTECTED] AIM: cummingscs ICQ: 3330114 __________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
