>>>>> APP INF writes:
APP> I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some
APP> charts that get created from within servlets. Does anybody
APP> know if I am required to have a user logged in with X running
APP> for AWT to work? It seems that the user who starts the
APP> servlet engine, JRun, must stay logged in an have X up? This
APP> makes it impossible to have the system start JRun properly
APP> from rc.d.
Yes, AWT doesn't work without a connection to an Xserver.
APP> Is there anyway around these problems?
I haven't tried it but maybe Xvfb will help you:
xvfb provides an X server that can run on machines with no display hardware
and no physical input devices. It emulates a dumb framebuffer using virtual
memory. The primary use of this server was intended to be server testing, but
other novel uses for it have been found, including testing clients against
unusual depths and screen configurations, doing batch processing with Xvfb as
a background rendering engine, load testing, as an aid to porting the X server
to a new platform, and providing an unobtrusive way to run applications that
don't really need an X server but insist on having one anyway.
Juergen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]