-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Jose Maria Lianes <[EMAIL PROTECTED]> wrote:
> 
> In a previous question in this forum, someboy asked about
> a way to generate on the fly an image.The answer to this
> question was using the manual call to JServ, and it works!!!
> but only in your X11 session, if you shut down X11 and
> another machine tries to acces the mentioned servlet, it gets
> an error, and you find the tipical error :

[ ... error snipped ... ]

The trick here is to run a fake X server, and make sure the DISPLAY variable
for that X server is exported to your JVM.

I think xvfb (X Virtual Frame Buffer?) is something you could use.
-- 
Sam Couter                                             [EMAIL PROTECTED]
Internet Engineer
tSA Consulting


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to