John Fletcher wrote:
The .fo file that I am using works fine from the command line. I'm using
mandrake linux with jdk1.4 and tomcat 4.0.3. Batik.jar contains an
org.w3c.dom.svg.SVGDocument, and batik.jar is definitely in my classpath, as
well as in the WEB-INF/lib directory of Tomcat. Does anyone have any ideas
as far as what may be going on?
Tomcat 4.0.3 has a bug in the classloader. Move the Batik
jar and possibly other jars to the Tomcat lib directory.
Consult the Cocoon FAQ for details.
J.Pietschmann