blank screen in browser

2002-11-21 Thread Zahigian, Mike
I am using FOP embedded in a Servlet. Users trigger the servlet by clicking a button on a web page. The servlet then takes the response and performs a transformation and renders to pdf. The browser pops up a new window and displays the pdf output. 1% or so of my user population cannot get the

RE: blank screen in browser

2002-11-21 Thread Zahigian, Mike
reader as a plugin! Zahigian, Mike wrote: I am using FOP embedded in a Servlet. Users trigger the servlet by clicking a button on a web page. The servlet then takes the response and performs a transformation and renders to pdf. The browser pops up a new window and displays the pdf output. 1

RE: Performance Guidance

2002-06-06 Thread Zahigian, Mike
. 33608 Ortega Hwy Building C San Juan Capistrano, CA 92690 949.728.4832 cel - 310-344-0889 pg - 949-452-4566 -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, June 06, 2002 1:47 PM To: [EMAIL PROTECTED] Subject: Re: Performance Guidance Zahigian, Mike

RE: Performance Guidance

2002-06-06 Thread Zahigian, Mike
-Original Message- From: Zahigian, Mike [mailto:[EMAIL PROTECTED] Sent: Thursday, June 06, 2002 2:13 PM To: '[EMAIL PROTECTED]' Subject: RE: Performance Guidance Matt, I'm not sure what you mean by a one FOP processing thread per appserver instance? J., I am getting data out

FOP scalability

2002-04-19 Thread Zahigian, Mike
Does anyone know how efficient FOP might be when running on Sun Solaris box? If I am using XSL template objects to optimize performance, how might response times vary with increased number of users? Assume the Solaris box is a single 420R with 4 cpus and 4GB of RAM. Any help is this regard and

XML, XSL a real problem

2002-02-01 Thread Zahigian, Mike
Has anybody managed to get a Java Servlet to accept xml, xsl stylesheet including fo and render to pdf? I've been struggling for days and am running out of time before I have to abandon FOP for this project. If possible, include your xml, xsl, and servlet code so I can work from there. Thanks in

RE: XML, XSL a real problem

2002-02-01 Thread Zahigian, Mike
is on the server so the client doesn't send it, but I could get it exactly the same way I get the XML. What exactly are you having problems with? Writing the servlet code to retrieve an XML document from a POST? Scott - Original Message - From: Zahigian, Mike [EMAIL PROTECTED] To: [EMAIL

Namespace not supported

2002-02-01 Thread Zahigian, Mike
When I try and perform an xml/xsl transformation with the FopServlet I get a FOPException: Namespace not supported. Rendering an fo file with the servlet works. Anyone know how to fix this issue? If we can solve this issue maybe we should include the improved example code in the distribution

FW: FOPException --- Root element must be root, not (none):gloss ary

2002-01-30 Thread Zahigian, Mike
I'm running FOP embedded in a servlet. When I call FOP specifying an xml file and an xsl file as parameters, I get this error. When I call the servlet with an fo file everything works fine. The xml file I'm using is glossary.xml and the xsl file is glossary.xsl from the examples/markers