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 Roland Neilands <rn...@pulsemining.com.au> on 2002/04/17 00:36:19 UTC

RE: Headless servers, not PDF Plugin Launch

>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
Analyst/Programmer
Pulse Mining Systems Pty Ltd
(w) +612 4933 3300
(f) +612 4933 6732
(e) rneilands@pulsemining.com.au

This e-mail is solely for the use of the intended recipient and may contain
information which is confidential or privileged. Unauthorised use of its
contents is prohibited. If you have received this e-mail in error, please
notify the sender immediately via return e-mail and then delete the original
e-mail.


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


Re: Headless servers

Posted by Mike Jackson <im...@mac.com>.
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