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\

Using JDK 1.5 to optimize for modern CPUs

Modern CPUs have many features that increase multi-threaded performance (eg: hyperthreading on Pentium 4s and similar features on recent PowerPC chips). Over the next year the trend towards multi-cored CPUs from AMD, Intel and Sun will accelerate multithreaded performance while single threaded performance will begin to level off. Java has always had excellent threading support, … Continue reading Using JDK 1.5 to optimize for modern CPUs