Integrating FOP in a Project

2004-07-08 Thread paul . bezault
Hi evrybody ! excuse me for my english but i'm french so i will try to be clear but ... so i have a problem with using fop. I work on an application in Java 1.4 and when i use fop to create a file on the file system in a java program it works BUT i can't do the same thing with my server. I would

Re: Integrating FOP in a Project

2004-07-08 Thread paul . bezault
i use fop 0.20.5 and i can't use driver.initialize() because it doesn't exist. but i don't think that's the problem because in my program the logger never print the second A so I suppose the application stop in the Driver driver = new Driver() line !!! thanks for your help !

Re: Integrating FOP in a Project

2004-07-08 Thread paul . bezault
I work on a local Dev server that is an Apache Tomcat 4.0 so i use the default configuration (except few minor things) In the future i won't use the file system, i will send pdf direct in the outputstream of my servlet !