Tomcat XML error

Getting this error in Tomcat?

java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()Ljava/lang/String;

There’s a good chance you installed Tomcat with the JDK 1.4 Compatibility package and are now running under JDK 5.

To fix it, delete xercesImpl.jar, xml-apis.jar and xalan.jar from $CATALINA_HOME\common\endorsed\

Leave a Reply

Your email address will not be published. Required fields are marked *