Q: Why won't the charts render when the server is run on Linux/Unix?
A: Java requires a GUI to
perform any AWT functions. A Linux machine that isn't running X Windows
doesn't have a GUI for Java to use. You need to run AWT headless or
otherwise provide an X session for AWT to use as a virtual drawing
environment.
A man page entry for Xvfb can be found here.
|