Nirupama Yalavarti wrote: > Hi all... > I am damn new to Tomcat and Fop.Ive been trying to > sue Fop thru a servlet and was using the example > FopServlet of the examples/embedding. That minimal > thing itself doesnt seemt ot work and it geives me > errors.. > Can anyone help me out... > It gives me the following errors... ... > java.lang.ClassNotFoundException: > javax.xml.transform.Transformer
The servlet's class loader can't find Xalan. Are you using Tomcat 4.0.3? In this case, either copy the Xalan jar, fop.jar and batik.jar from the webapp's lib directory into Tomcat's lib directory, or upgrade to Tomcat 4.0.4b3. I think i've seen more detailed instructions in some Tomcat documentation. Otherwise, check yout webapp's lib directory whether it contains all the jars from the FOP duirstribution's lib directory. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
