RE: java.awt.HeadlessException

2004-11-16 Thread Shapira, Yoav
Hi, So modify your servlet to work properly in a headless environment, or use an alternative like Xvfb. This is not a Tomcat issue, so if you want to continue discussion on the mailing list please prepend [OFF-TOPIC] to the subject line. Thanks, Yoav Shapira http://www.yoavshapira.com

RE: java.awt.HeadlessException

2004-11-16 Thread Mike Curwen
Hi, We have found that in order to get headless to work properly, you need the xlib libraries installed. You don't need an xserver _running_, but you need the libraries, because I think java.awt.* uses them. Here's a link: