Hi!
First, install virtual frame buffer of some sort.
We use Xvfb which is started with display/screen combination 1:0.
Xvfb can be downloaded from any XFREE download site.
Then make sure DISPLAY is set to 1:0.
With Jserv: set display in jserv.properties
and make sure it is exported.
We use it l
I have seen a solution using VNC as X-Server to connect to, running at
some port (e.g. 100), reduced to run in -localhost mode, so it doesn't
interfere with a X-server running at the console. The display-var in the
shell where the servlet(->jserv->apache) gets started from needs to be set
accordin
This is because the call to the graphically environment is probably using
an awt component that is peered with a native X-Windows implementation.
This component is probably making a call to the X server for some service
(for example rendering a font). That call will be done in the context
of whoev