Description
Running any configuration that uses tomcat gives the following error -
..............
.
.
09:41:22,468 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.4
09:41:22,500 INFO [StandardHost] XML validation disabled
Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderF
actory.java:104)
at org.apache.commons.modeler.util.DomUtil.readXml(DomUtil.java:284)
...........................
xercesImpl-2.6.0.jar in geronimo-1.0-SNAPSHOT/lib must be deleted to run any configuration that uses tomcat. The wiki http://wiki.apache.org/geronimo/Tomcat needs to be updated until a better solution is found.