> Hi all,
> I've tryed to embed FOP-0.18.1DEV with a servlet so that to render
> (xml,xsl) files into PDF. I am using Tomcat 3.2.1 as web container.
>
> Unfortunately, the call of the servlet works from Netscape Navigator
> and renders PDF. However, it doesn't work from Internet Explorer.
> in fact with IE, the process ends with a black page in the browser
> despite the well processing in Tomcat console ( all debuging info
> which are displayed with the netscape call are displayed too with IE
> call)

You may want to add the suffix 'pdf' to your servlet url pattern 
within the 'web.xml' for your context, e.g.

<url-pattern>/pdf_out.pdf</url-pattern>

I did this for my XML output to make IE display my XML files properly.
It seems IE is not very interested in the content type you set :(

Regards.

--
Bjoern Martin                                [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to