Re: Batik on sun solaris 2.6

2002-04-25 Thread Tomasz Pik
Hi Your WL instance is not connected to running XServer. Solutions: 1 Xvfb - virtual frame buffer and someting like DISPLAY=localhost:9 somewhere in WL start script 2 JDK 1.4 'awt.headless' option 3 (descibe somewhere on Batik (xml.apache.org/batik) pages, no-native graphics toolkit for java

Re: external-graphic within a war file

2002-04-09 Thread Tomasz Pik
Orford, Jeffrey wrote: Hi- I'm attempting to use a gif image using the fo:external-graphic tag. Both the gif file and the xsl file are located in a war file. The gif is located in a directory /images (from the war file's root) and the xsl file is located in a directory named web-inf. So far

Re: external-graphic within a war file

2002-04-09 Thread Tomasz Pik
suggestions would be appreciated. Here's what the code looks like now: fo:table-cell fo:block fo:external-graphic src=zip:C:/TEMP/mercury/lib/war/ecm/webapp_info.war#images/logo_gs.gif / /fo:block /fo:table-cell Thanks. Jeff Orford -Original Message- From: Tomasz Pik [mailto:[EMAIL

Re: Logger not set

2002-03-12 Thread Tomasz Pik
Michael Engelhart wrote: Hi all, Does it matter if I just ignore setting the logger? I already have an application built around using Log4J and it seems silly to instantiate another logging system just to output 3 lines every time I run FOP. I just want to make sure that there isn't