You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Mike Jackson <im...@mac.com> on 2002/04/17 01:15:05 UTC

Re: Headless servers

1) Sorry for the wrong Subject.. Please Forgive...

2) I have FOP embedded in my Application, so is  -Djava.awt.headless=true
for the command line FOP or would using this as part of my launch arguments
for my application be OK assuming my application does not have a problem
with this....

Thanks
Mike Jackson

On 4/16/02 6:36 PM, "Roland Neilands" <rn...@pulsemining.com.au> wrote:

>> Can FOP be run on a "Headless" server without problems?
> 
> Yes. Add this option into the Java command:
> -Djava.awt.headless=true
> 
> See the FOP FAQ for the Sun bug reference if you have problems.
> 
> Regards,
> Roland Neilands



Re: Headless servers

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Mike Jackson wrote:
> 2) I have FOP embedded in my Application, so is  -Djava.awt.headless=true
> for the command line FOP or would using this as part of my launch arguments
> for my application be OK assuming my application does not have a problem
> with this....

It is an argument to the JVM.
Strictly, it is only required if you use Batik to
render embedded SVGs.
Not that the option requires JDK 1.4. If you use
earlier versions, upgrade, use PJA, or install an
in-memory-framebuffer XServer, XFree has such an
option.

J.Pietschmann


RE: Headless servers

Posted by Roland Neilands <rn...@pulsemining.com.au>.
>I have FOP embedded in my Application, so is  -Djava.awt.headless=true
>for the command line FOP or would using this as part of my launch arguments
>for my application be OK assuming my application does not have a problem
>with this....

It works on the command line, other people might be interested in whether it
works embedded though.

Regards,
Roland