Servlet problems

2002-03-26 Thread Higgins, James
Ok, I have been messing with this problem for a day or so now and can't find a reasonable solution. I am using Tomcat 4.0.3 and FOP 0.20.3. I have deployed the servlet into the container and copied the fop.jar along with the other jars in the FOP library directory to the servlets WEB-INF/lib

Re: Servlet problems

2002-03-26 Thread Cyril Rognon
Hi, I have not done what you are trying to do but I have used java enough to spot a class load precedence error when it comes. I think That the org.w3c.dom.svg.SVGPaint is needed by some other class that has been loaded from a specific level wich is not the batik.jar. I have had the same