RE: Starting server during boot with access to X-Windows

2002-02-15 Thread Randy Layman
-Original Message- > From: Chris Faulkner [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 4:27 AM > To: Tomcat Users List > Subject: Re: Starting server during boot with access to X-Windows > > > Hi > > Have you tried Xvfb which is a virtual frame buffer ?

Re: Starting server during boot with access to X-Windows

2002-02-15 Thread Chris Faulkner
Hi Have you tried Xvfb which is a virtual frame buffer ? I have a Tomcat app which also needs access to X for drawing. We simply start an Xvfb instance on a virtual display (:1.0,:2.0, etc) and then use that. We have an xvfb script in init.d for starting which essentially does this. /usr/X11

Starting server during boot with access to X-Windows

2002-02-15 Thread Zsolt Koppany
Hi, I have the following problem: we want to start tomcat during boot time. The servlets can produce some charts thus the server needs access to X-Windows (thus the server needs permission to do that). I do know how to start the server during boot but how can it be assured that it will have a