Personal tools
You are here: Home Members MathewWyatt Mat Blog Archive 2006 June 20 Tomcat and XML processing with JDK1.5

Tomcat and XML processing with JDK1.5

Cannot build the String representation of the XML DOM Document
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
        at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)


If you get this error is probably because you are trying to do XML processing with the JDK1.5 inside tomcat. To overcome this you need to add xalan.jar and serializer.jar, xercesImpl.jar, xml-apis.jar to tomcat_home/common/endorsed folder. Go here for detailed discussion.

Posted by MathewWyatt on 2006-06-20 16:05

Trackback

The URI to TrackBack this entry is: #


dart@dart.edu.au | DART Project Office, Monash University, Victoria 3800, Australia; Telephone +61 3 9905 4187; Facsimile +61 3 9905 3024