Re: fop + servlet + multisession

2003-02-03 Thread Gian Piero Bottini
> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 12:39 PM Subject: Re: fop + servlet + multisession > ciao Gian Piero, > > this is the snippet to set the log level to debug > -- > //Setup logger > Logger logger = new

Re: fop + servlet + multisession

2003-02-03 Thread Fabrizio Tringali
ciao Gian Piero, this is the snippet to set the log level to debug -- //Setup logger Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG); driver.setLogger(logger); MessageHandler.setScreenLogger(logger); -- "and sometimes the s

Re: fop + servlet + multisession

2003-02-03 Thread Gian Piero Bottini
am().write(content); response.getOutputStream().flush(); } catch (Exception ex) { throw new ServletException(ex); } } Thanks a lot Regards Gian Piero - Original Message - From: "Oleg Tkachenko" <[EMAIL PROTECTED]> To: <[

Re: fop + servlet + multisession

2003-02-03 Thread Oleg Tkachenko
Gian Piero Bottini wrote: I am using FOP 0.20.5rc to produce PDF files from XML and XSL-FO I use a servlet in Tomcat 4.04 if I have a large file (100 pages) and 2 session of IE are working concurrently there are no exception but the two processes don't finish and the pdf files are not displaye

fop + servlet + multisession

2003-02-03 Thread Gian Piero Bottini
Hi all I'm  sorry for my english very poor... anyway.. I am using FOP 0.20.5rc to produce PDF files from XML and XSL-FO I use a servlet in Tomcat 4.04 if I  have a large file (100 pages) and 2 session of IE are working concurrently  there are no exception but  the two processes don't finish