RE: servlet FOP multi-thread

2002-05-30 Thread Pierre-Adrien Coustillas
I use tomcat 4.0 Fop is 0.20.3 java is 1.3.1 My OS is linux (2 intel 1ghz) I execute this script : i=2 while [ $i -ne 0 ] do wget http://localhost:8080/fop/fop?xml=$HOME/elixirTOfop/test/rien.xmlxsl=$HOME /elixirTOfop/test/rien.xsl -O multi/servletfop$i.pdf i=$(expr $i - 1) done //When

servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
Hi, (I am french, and I bad speak english) I use servlet FOP whit TOMCAT (linux) and I have a problem when execute a lot of creating PDF (more 3). The PDF create are not good. But when execute 1 or 2 PDF, there are not problem. If I use servlet in simple-thread it's ok, but it's less

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
Pierre-Adrien Coustillas wrote: I use servlet FOP whit TOMCAT (linux) and I have a problem when execute a lot of creating PDF (more 3). The PDF create are not good. What does it mean exactly not good? -- Oleg Tkachenko Multiconn International, Israel

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
I use docs\examples\embedding\FopServlet.java in directory of FOP. Pierre -Message d'origine- De : Oleg Tkachenko [mailto:[EMAIL PROTECTED] Envoye : mercredi 22 mai 2002 13:06 A : [EMAIL PROTECTED] Objet : Re: servlet FOP multi-thread Pierre-Adrien Coustillas wrote: When

RE: servlet FOP multi-thread

2002-05-22 Thread Pierre-Adrien Coustillas
[mailto:[EMAIL PROTECTED] Envoye : mercredi 22 mai 2002 18:09 A : [EMAIL PROTECTED] Objet : Re: servlet FOP multi-thread Pierre-Adrien Coustillas wrote: I use docs\examples\embedding\FopServlet.java in directory of FOP. And how do you know the document size? Do you save it locally? Well, you can try

RE: Passing XSLT parameters to FOP (old topic I know)

2002-05-21 Thread Pierre-Adrien Coustillas
You can use xsl:attribute fo:simple-page-master master-name=page1 page-height=29.7cm page-width=21cm margin-top=1.5cm margin-bottom=3cm margin-right=1cm xsl:attribute name=margin-left xsl:value-of