I am not able to run my java based application using IIS and ServletExec.
SevletExec Log is showing following Exception. Can any body help me.
java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:123)
DocumentBuilderFactoryImpltoDocumentBuilderFactory)Show us the line(s) of code around 123 inDocumentBuilderFactory.java– Doug Ramsey Jun 26 '12 at 13:26