Thanks a bunch, Pid; your first suggestion did the trick!
Regards,
Bob Wyatt
-Original Message-
From: Pid [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 17:16
To: Tomcat Users List
Subject: Re: Graphics Display
CATALINA_OPTS=" -Djava.awt.headless
CATALINA_OPTS=" -Djava.awt.headless=true"
^
^
If that doesn't work, set it as a JVM option.
I set it in my /etc/profile on Linux, don't know if AIX is the same.
JAVA_OPTS="-server -verbosegc -Djava.awt.headless=true"
Bob Wyatt wrote:
> I have Tomcat 5.0.28 on AIX 5.2.
I have Tomcat 5.0.28 on AIX 5.2.
My application provides the user the capability to graph data displayed,
such as graphing monthly sales, or orders, etc..
This is not working for me; see the log below.
The system does not have a graphics console; the application provider had me
insert 'CATALI