Add this to your JAVA_OPTS
-Djava.awt.headless=true

Normally, when rendering graphics, java will try to use the graphics
engine.  If no X-windows is installed, it fails to render things that
use AWT.  This parameter tells java not to use the system graphics
engine. 

-----Original Message-----
From: Nandish Rudra [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 23, 2004 10:06 AM
To: Tomcat Users List (E-mail)
Subject: Running Tomcat 5 Headless

Hello Everyone,

Can any one tell me how to make tomcat start "headless" and what it
exactly
means, I am new to this term? I am running a webapp on redhat 9 machine
(without X11) and using awt for manipulatiing images. The browsers look
for
X11 session whenever i try to access the servlets. From what I
understand, a
headless tomcat can solve my problem.

Nandish Rudra
ECI Conference Call Services, LLC


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to