Hi, Usually problems like this happen when using mmbase with tomcat, look what the manual says:
MMBase still uses some Xerces specific XML parsing functionality, which is not compatible with the Xerces version of Tomcat. So, in the tomcat directory common/endorsed remove 'xercesImpl.jar' and 'xmlParserAPI.jar', and move 'xalan.jar' 'xerces.jar' and 'xml-apis.jar' from mmbase-webapp/WEB-INF/lib to their place. You have to move them, because letting them on two place can give class-loader problems. I don't know about Resin but this can be the same problem.... Wouter > Hi, > > I keep getting the error that > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl was not found, but the > xerces library is in my WEB-INF/lib directory. I've tried two different >
