I have downloaded FOP from Apache and used it to write a xsl-fo java application.
I added the FOP jars to the j2sdk/jre/lib/ext  dir.   Everything works fine.
 
Now I want to use this code in a servlet. Where do I install the jars for Tomcat
to use them?   I've tried putting them in several different lib dirs, but the same
code gets transform exceptions.
 
I ran into this same problem last year.  I spent a long time juggling jars
around different lib dirs until I got the right combination.
 
How do I add the FOP jars in so they work?
 
Thanks!
 
Mike
 

Reply via email to