Thanks Christopher!
I looked through archives and found solutions pointing to PJA Toolkit
for replacing the AWT, also you mentioned in your reply that the latest
JDK will eliminate the problem which I like better. Can you please name the
JDK version solving the problem? Is it the  1.4 beta?
Thanks in advance. vasile





                    "Christopher K. St.
                    John"                        To:     [EMAIL PROTECTED]
                    <[EMAIL PROTECTED]        cc:
                    M>                           Subject:     Re: Running 
HelloWorldGraphics
                    Sent by: "A mailing
                    list for discussion
                    about Sun
                    Microsystem's Java
                    Servlet API
                    Technology."
                    <SERVLET-INTEREST@JAV
                    A.SUN.COM>


                    11/24/01 12:06 PM
                    Please respond to "A
                    mailing list for
                    discussion about Sun
                    Microsystem's Java
                    Servlet API
                    Technology."






Vasile Curelea wrote:
>
> java.lang.InternalError: Can't connect to X11 window server
>

 This is a frequently asked question, so there are
some good answers in the archives.

 Short version: Using a regular-old-X-server running
on one of your workstations is not such a good idea
for a production web server. Instead:

 - Use a special headless X Server like xvfb
 - Or replace the AWT with one that doesn't require
   an X Server
 - Or use the newest release of the JDK, which
   doesn't have the problem.

 Search the archives using the term "xvfb", and you
should get a bunch of hits with futher explanation.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to