On Thu, 7 Oct 1999 19:22:23 -0500, Mike Tinnes wrote:
>
>I get the following error while trying to run a servlet that utilized the
>awt classes.. "no awt in shared library path". I'm using RH6.0, Apache JServ
>1.1b1 and jdk117v3. I'm assuming the VM needs the LD_LIBRARY_PATH set to the
>awt shared libraries, but how?
Actually, this is because you don't have DISPLAY set (thus not within
an X-session) and thus can not make use of AWT which needs X to do its thing.
(This is usually the case when using JServ and you want to do image stuff.
Best to try the Xvfb server and have that set for the JServ session with
DISPLAY set to point at it - mostlikely something like DISPLAY=:2.0 or
whatever display number you start you Xvfb running as.)
--
Michael Sinz ---- Technology and Engineering Director/Consultant
"Starting Startups" mailto:[EMAIL PROTECTED]
My place on the web ---> http://www.users.fast.net/~michael_sinz
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]