-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
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 :
[14/08/1999 12:38:39:227 GMT+01:00] HelloWorldGraphics: init
Xlib: connection to "icaro:0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
java.lang.InternalError: Can't connect to X11 window server using
'icaro:0' as the value of the DISPLAY variable.
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java)
at org.apache.jserv.JServConnection.run(JServConnection.java)
at java.lang.Thread.run(Thread.java)
[14/08/1999 12:38:39:338 GMT+01:00] java.lang.InternalError: Can't
connect to X11 window server using 'icaro:0' as the value of the DISPLAY
variable.
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java)
at org.apache.jserv.JServConnection.run(JServConnection.java)
at java.lang.Thread.run(Thread.java)
I hope somebody could help.
Thanks in advance.
Jose Maria.
--
--------------------------------------------------------------
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]