diff options
author | William Victor Mote <vmote@apache.org> | 2003-05-05 23:37:38 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-05-05 23:37:38 +0000 |
commit | 4b41ae20887a1c2798f46495ec48ac8d8bf0956f (patch) | |
tree | 306583a5aff0a48fd477070fa2c4ba66ce7386ce /src/documentation/content/xdocs/faq.xml | |
parent | 122ac5f5a9c935002f0e184907316e782ec95a15 (diff) | |
download | xmlgraphics-fop-4b41ae20887a1c2798f46495ec48ac8d8bf0956f.tar.gz xmlgraphics-fop-4b41ae20887a1c2798f46495ec48ac8d8bf0956f.zip |
Move doc about running SVG in a headless environment from faq.xml to graphics.xml. Add a comment in the "Requirements" section of running.xml to reference this doc.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/faq.xml')
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 553281c39..5559dda05 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -595,31 +595,7 @@ Can I control this?</question> <faq id="svg-headless"> <question>How do I use FOP with SVG on headless servers?</question> <answer> - <p> - Batik uses AWT classes for rendering SVG, which in turn needs an X - server on Unixish systems. If you run a server without X, or if you - can't connect to the X server due to security restrictions or - policies, SVG rendering will fail. - </p> - <p> - There are still several options: - </p> - <ul> - <li> - If you are using JDK 1.4, start it with the -Djava.awt.headless=true - command line option. - </li> - <li> - Install a X server which provides an im-memory framebuffer without - actually using a screen device or any display hardware, like Xvfb. - </li> - <li> - Use a toolkit which emulates AWT without the need of an underlying X - server, like <link - href="http://www.eteks.com/pja/en">PJA</link>. The PJA toolkit is - free and comes with detailed installation instructions. - </li> - </ul> + <p>See <link href="graphics.html#batik">FOP: Graphics (Batik)</link>.</p> </answer> </faq> <faq id="svghangs"> |