Ravi, > Hi. I'm having some trouble deploying a webapp I have installed on my local > hard drive to my Tomcat server. When I try to use some of the features > on my > app, I get the following errors: > > javax.xml.transform.TransformerFactoryConfigurationError: Provider > org.apache.xalan.processor.TransformerFactoryImpl not found
Looks like you are missing Xalan, which is odd, since JAXP is supposed to give you a previously-configured XSLT engine -- which usually gets configured by the XSLT engine itself. Make sure that you have xalan.jar in one of these places: * WEB-INF/lib in your webapp * TOMCAT_HOME/common/lib * JAVA_HOME/jre/lib/ext I'm running Java 1.4.2_10, and my JAVA_HOME/jre/lib/rt.jar /itself/ contains the Xalan XSLT processor. I dunno about JDK 1.5, but for 1.4.2_10, it's packaged with the JDK. <shrug> -chris
signature.asc
Description: OpenPGP digital signature