Re: Servlet problems

2002-03-27 Thread Guillaume Laforge
I also faced the same problem, and resolved it the same way : moving the jars from WEB-INF/lib to TOMCAT/COMMON/LIB. And AFAIK, the reason for that issue is that since Tomcat 4.0.3, the class loader system has changed and doesn't load libraries like we were used to. It's weird, and it's

Re: problems with fo:external-graphic

2002-03-12 Thread Guillaume Laforge
Hello Michael, Do you still have the same problem ? (SVGDocument class not found ?) I've got the same problem. It heavily depends on your tomcat version you are using. A quick hack for me was to move batik.jar from my WEB-INF/lib directory to Tomcat's common/lib. It works, but it's not very

Re: watermarking

2002-03-05 Thread Guillaume Laforge
I've heard some people using FOP for generating PDFs, then using iText afterwards to add watermarking to their dynamically FOP-generated PDFs. But I havent tested it myself. Good luck. Guillaume - Original Message - From: Chris Faulkner To: [EMAIL PROTECTED] Sent:

Re: Background Color

2002-02-27 Thread Guillaume Laforge
I thought that when you define your fo:region-body in your fo:simple-page-master (in the fo:layout-master-set) you could define a background-color attribute... but unfortunately, it doesnt work :o/ Maybe it's not yet implemented ? - Original Message - From: Ian Taylor

Re: BindException

2002-02-25 Thread Guillaume Laforge
causes this problem. And as soon as I remove fop.jar, everything works fine again, like before! Weird, isnt it ? From: Bertrand Delacretaz To: [EMAIL PROTECTED] Sent: Monday, February 25, 2002 3:04 PM Subject: Re: BindException On Monday 25 February 2002 14:29, Guillaume Laforge