Hi all, Have you ever come across using xml parser in servlet? If not, sorry please ignore my message. I am trying to parse a XML document from a servlet, which returns a "java.lang.NoClassDefFoundError: org/jdom/JDOMException" on receiving the document from client. Settings: Xerces1.4/JDOM tomcat3.2.1 JDK1.3 IIS5/Win2k In the meantime, I have tried setting the classpath in tomcat_dir\bin\tomcat.bat pointing to xerces.jar and jdom.jar (the JDom and Xerces have to be "before" the JAPX parser, required by JDom) but I still got the above error. How should I configure the xerces.jar and jdom.jar with tomcat? Many many thanks, Anson ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie
