Class org/w3c/dom/NodeList violates loader constraints

2002-06-03 Thread Patrick . Pierra
hello, i have a class which try to load an xml file on the startup of tomcat 4.0. i receive this error : if someone could help me to resolve it ? java.lang.LinkageError: Class org/w3c/dom/NodeList violates loader constraints

Re: Class org/w3c/dom/NodeList violates loader constraints

2002-06-03 Thread Jacob Kjome
Hello Patrick, Do you have DOM packages in WEB-INF/lib or WEB-INF/classes? If so, this violates the Sun classloading spec and, as of Tomcat 4.0.2, this is enforcedalthough not very cleanly until the latest betas of Tomcat 4.0.4 and 4.1. The solution is to move your DOM classes into a